From eec0243f0d285d2584f0a088f223e5218f42187e Mon Sep 17 00:00:00 2001 From: Yehonal Date: Tue, 19 Feb 2019 11:15:05 +0100 Subject: namespace for #toc --- _layouts/git-wiki-bs-lux.html | 2 +- _layouts/git-wiki-bs-united.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '_layouts') diff --git a/_layouts/git-wiki-bs-lux.html b/_layouts/git-wiki-bs-lux.html index 1e5363a..04085e4 100644 --- a/_layouts/git-wiki-bs-lux.html +++ b/_layouts/git-wiki-bs-lux.html @@ -50,7 +50,7 @@ {% include {{ site.inc_before_toc }} %} {% endif %} -
+
{% if site.inc_after_toc %} {% include {{ site.inc_after_toc }} %} diff --git a/_layouts/git-wiki-bs-united.html b/_layouts/git-wiki-bs-united.html index d33e4ac..2130a9a 100644 --- a/_layouts/git-wiki-bs-united.html +++ b/_layouts/git-wiki-bs-united.html @@ -36,7 +36,7 @@ {% include {{ site.inc_before_toc }} %} {% endif %} -
+
{% if site.inc_after_toc %} {% include {{ site.inc_after_toc }} %} -- cgit From b7c469cf990642861bed03f61bd45112ef6a3d2f Mon Sep 17 00:00:00 2001 From: Yehonal Date: Tue, 19 Feb 2019 11:19:42 +0100 Subject: github theme --- _layouts/git-wiki-bs-github.html | 73 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 _layouts/git-wiki-bs-github.html (limited to '_layouts') diff --git a/_layouts/git-wiki-bs-github.html b/_layouts/git-wiki-bs-github.html new file mode 100644 index 0000000..8237c4b --- /dev/null +++ b/_layouts/git-wiki-bs-github.html @@ -0,0 +1,73 @@ +{% comment %} +# +# This layout uses bootstrap with united theme +# +{% endcomment %} + +{% include git-wiki/defines/defines.html %} + + + + + + {% if site.inc_before_head %} + {% include {{ site.inc_before_head }} %} + {% endif %} + + {% include git-wiki/sections/head/meta.html %} + {% include git-wiki/sections/head/scripts.html %} + {% include git-wiki/sections/head/styles.html %} + + + + + {% if site.inc_after_head %} + {% include {{ site.inc_after_head }} %} + {% endif %} + + + +
+
+
+
+ {% include git-wiki/sections/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 git-wiki/sections/header/header.html %} +
+
+
+
+ {% include git-wiki/sections/footer/footer.html %} +
+
+
+ + {% include git-wiki/sections/tail/tail.html %} + + + \ No newline at end of file -- cgit