From 99cab0afb748637130f40a576be64e2243630e5f Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 18 Feb 2018 06:35:31 +0300 Subject: _layouts: sidebar.html -> default.html --- _layouts/default.html | 10 ++++++++++ _layouts/sidebar.html | 10 ---------- 2 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 _layouts/default.html delete mode 100644 _layouts/sidebar.html (limited to '_layouts') diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..f151314 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,10 @@ +{% include common/header.html %} +
+
+ {{ content }} +
+
+ {% include common/sidebar.html %} +
+
+{% include common/footer.html %} diff --git a/_layouts/sidebar.html b/_layouts/sidebar.html deleted file mode 100644 index f151314..0000000 --- a/_layouts/sidebar.html +++ /dev/null @@ -1,10 +0,0 @@ -{% include common/header.html %} -
-
- {{ content }} -
-
- {% include common/sidebar.html %} -
-
-{% include common/footer.html %} -- cgit v1.2.3