From 4e1a3540b9e9bcf8c95e2d61e674c7b9711dd99a Mon Sep 17 00:00:00 2001 From: Yehonal Date: Mon, 17 Dec 2018 19:19:20 +0100 Subject: v2.1.0 with blog feature implemented --- _layouts/git-wiki-bs-lux.html | 25 ++++++++++++++----------- _layouts/git-wiki-bs-united.html | 25 ++++++++++++++----------- _layouts/git-wiki-default.html | 6 +++--- 3 files changed, 31 insertions(+), 25 deletions(-) (limited to '_layouts') diff --git a/_layouts/git-wiki-bs-lux.html b/_layouts/git-wiki-bs-lux.html index 6d40fb7..a644058 100644 --- a/_layouts/git-wiki-bs-lux.html +++ b/_layouts/git-wiki-bs-lux.html @@ -1,7 +1,10 @@ - -{% include gw_defines/defines.html %} +{% comment %} +# +# This layout uses bootstrap with lux theme +# +{% endcomment %} + +{% include git-wiki/defines/defines.html %} @@ -11,9 +14,9 @@ {% include {{ site.inc_before_head }} %} {% endif %} - {% include gw_head/meta.html %} - {% include gw_head/scripts.html %} - {% include gw_head/styles.html %} + {% include git-wiki/sections/head/meta.html %} + {% include git-wiki/sections/head/scripts.html %} + {% include git-wiki/sections/head/styles.html %} @@ -26,10 +29,10 @@
- {% include gw_header/header.html %} + {% include git-wiki/sections/header/header.html %}
- {% include gw_tools/tools.html %} + {% include git-wiki/sections/tools/tools.html %} {% if site.inc_before_toc %} {% include {{ site.inc_before_toc }} %} @@ -56,12 +59,12 @@
- {% include gw_footer/footer.html %} + {% include git-wiki/sections/footer/footer.html %}
- {% include gw_tail/tail.html %} + {% include git-wiki/sections/tail/tail.html %} diff --git a/_layouts/git-wiki-bs-united.html b/_layouts/git-wiki-bs-united.html index 404cee9..8a730d2 100644 --- a/_layouts/git-wiki-bs-united.html +++ b/_layouts/git-wiki-bs-united.html @@ -1,7 +1,10 @@ - -{% include gw_defines/defines.html %} +{% comment %} +# +# This layout uses bootstrap with united theme +# +{% endcomment %} + +{% include git-wiki/defines/defines.html %} @@ -11,9 +14,9 @@ {% include {{ site.inc_before_head }} %} {% endif %} - {% include gw_head/meta.html %} - {% include gw_head/scripts.html %} - {% include gw_head/styles.html %} + {% include git-wiki/sections/head/meta.html %} + {% include git-wiki/sections/head/scripts.html %} + {% include git-wiki/sections/head/styles.html %} @@ -26,7 +29,7 @@
- {% include gw_tools/tools.html %} + {% include git-wiki/sections/tools/tools.html %} {% if site.inc_before_toc %} {% include {{ site.inc_before_toc }} %} @@ -51,17 +54,17 @@ {% endif %}
- {% include gw_header/header.html %} + {% include git-wiki/sections/header/header.html %}
- {% include gw_footer/footer.html %} + {% include git-wiki/sections/footer/footer.html %}
- {% include gw_tail/tail.html %} + {% include git-wiki/sections/tail/tail.html %} diff --git a/_layouts/git-wiki-default.html b/_layouts/git-wiki-default.html index 8bb038b..bd81329 100644 --- a/_layouts/git-wiki-default.html +++ b/_layouts/git-wiki-default.html @@ -1,9 +1,9 @@ -{% include gw_defines/defines.html %} +{% include git-wiki/defines/defines.html %} -{% include gw_head/head.html %} +{% include git-wiki/sections/head/head.html %} -{% include gw_content/body.html %} +{% include git-wiki/sections/content/body.html %} \ No newline at end of file -- cgit