From c0d002486c51daab995d73e035e6d1ba2407e6d7 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Sun, 16 Dec 2018 22:18:28 +0100 Subject: New internal layouts and minor fix --- _layouts/git-wiki-bs-lux.html | 68 ++++++++++++++++++++++++++++++++++++++++ _layouts/git-wiki-bs-united.html | 68 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 136 insertions(+) create mode 100644 _layouts/git-wiki-bs-lux.html create mode 100644 _layouts/git-wiki-bs-united.html (limited to '_layouts') diff --git a/_layouts/git-wiki-bs-lux.html b/_layouts/git-wiki-bs-lux.html new file mode 100644 index 0000000..fbaac6b --- /dev/null +++ b/_layouts/git-wiki-bs-lux.html @@ -0,0 +1,68 @@ + +{% include gw_defines/defines.html %} + + + + + + {% if site.inc_before_head %} + {% include {{ site.inc_before_head }} %} + {% endif %} + + {% include gw_head/meta.html %} + {% include gw_head/scripts.html %} + {% include gw_head/styles.html %} + + + + {% if site.inc_after_head %} + {% include {{ site.inc_after_head }} %} + {% endif %} + + + +
+
+
+ {% include gw_header/header.html %} +
+
+ {% include gw_tools/tools.html %} + + {% if site.inc_before_toc %} + {% include {{ site.inc_before_toc }} %} + {% endif %} + +
+ + {% if site.inc_after_toc %} + {% include {{ site.inc_after_toc }} %} + {% endif %} + + {% if site.inc_before_content %} + {% include {{ site.inc_before_content }} %} + {% endif %} + +
+ {{ content }} +
+ + {% if site.inc_after_content %} + {% include {{ site.inc_after_content }} %} + {% endif %} +
+
+
+
+ {% include gw_footer/footer.html %} +
+
+
+ + {% include gw_tail/tail.html %} + + + +s \ No newline at end of file diff --git a/_layouts/git-wiki-bs-united.html b/_layouts/git-wiki-bs-united.html new file mode 100644 index 0000000..6398cd9 --- /dev/null +++ b/_layouts/git-wiki-bs-united.html @@ -0,0 +1,68 @@ + +{% include gw_defines/defines.html %} + + + + + + {% if site.inc_before_head %} + {% include {{ site.inc_before_head }} %} + {% endif %} + + {% include gw_head/meta.html %} + {% include gw_head/scripts.html %} + {% include gw_head/styles.html %} + + + + {% if site.inc_after_head %} + {% include {{ site.inc_after_head }} %} + {% endif %} + + + +
+
+
+ {% include gw_tools/tools.html %} + + {% if site.inc_before_toc %} + {% include {{ site.inc_before_toc }} %} + {% endif %} + +
+ + {% if site.inc_after_toc %} + {% include {{ site.inc_after_toc }} %} + {% endif %} + + {% if site.inc_before_content %} + {% include {{ site.inc_before_content }} %} + {% endif %} + +
+ {{ content }} +
+ + {% if site.inc_after_content %} + {% include {{ site.inc_after_content }} %} + {% endif %} +
+
+ {% include gw_header/header.html %} +
+
+
+
+ {% include gw_footer/footer.html %} +
+
+
+ + {% include gw_tail/tail.html %} + + + +s \ No newline at end of file -- cgit