From cb144f4ff77cceb7c621d067c8327e5dff32a36b Mon Sep 17 00:00:00 2001 From: Yehonal Date: Wed, 7 Aug 2019 12:45:06 +0000 Subject: changes for #103 --- _layouts/azerothcore.html | 72 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 _layouts/azerothcore.html (limited to '_layouts') diff --git a/_layouts/azerothcore.html b/_layouts/azerothcore.html new file mode 100644 index 0000000..3246d64 --- /dev/null +++ b/_layouts/azerothcore.html @@ -0,0 +1,72 @@ +{% 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/header/header.html %} +
+
+
+ {% 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/footer/footer.html %} +
+
+
+ + {% include git-wiki/sections/tail/tail.html %} + + + \ No newline at end of file -- cgit