From fd73504d3f12b50429c0bceadf787f90645922f4 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 30 May 2017 05:44:03 +0300 Subject: rename layout 'main' to 'sidebar' --- _layouts/main.html | 10 ---------- _layouts/sidebar.html | 10 ++++++++++ index.html | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 _layouts/main.html create mode 100644 _layouts/sidebar.html diff --git a/_layouts/main.html b/_layouts/main.html deleted file mode 100644 index f151314..0000000 --- a/_layouts/main.html +++ /dev/null @@ -1,10 +0,0 @@ -{% include common/header.html %} -
-
- {{ content }} -
-
- {% include common/sidebar.html %} -
-
-{% include common/footer.html %} diff --git a/_layouts/sidebar.html b/_layouts/sidebar.html new file mode 100644 index 0000000..f151314 --- /dev/null +++ b/_layouts/sidebar.html @@ -0,0 +1,10 @@ +{% include common/header.html %} +
+
+ {{ content }} +
+
+ {% include common/sidebar.html %} +
+
+{% include common/footer.html %} diff --git a/index.html b/index.html index 43d7d86..66c0843 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ --- title: Main page -layout: main +layout: sidebar groups: - navbar navbar_link:  Main page -- cgit v1.2.3