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 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) (limited to '_layouts/git-wiki-bs-lux.html') 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 %} -- cgit