From 860a2ec8765334612ea90109ffd5e99624e31bc7 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Wed, 7 Aug 2019 12:54:48 +0000 Subject: removed bootstrap layout git-wiki original is better for responsive in this case --- _layouts/azerothcore.html | 44 +++++++++++++++++++------------------------- 1 file changed, 19 insertions(+), 25 deletions(-) (limited to '_layouts') diff --git a/_layouts/azerothcore.html b/_layouts/azerothcore.html index 3246d64..e12908c 100644 --- a/_layouts/azerothcore.html +++ b/_layouts/azerothcore.html @@ -27,37 +27,31 @@
-
-
- {% include git-wiki/sections/header/header.html %} -
-
-
- {% include git-wiki/sections/tools/tools.html %} + {% 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_before_toc %} + {% include {{ site.inc_before_toc }} %} + {% endif %} -
+
- {% if site.inc_after_toc %} - {% include {{ site.inc_after_toc }} %} - {% endif %} + {% if site.inc_after_toc %} + {% include {{ site.inc_after_toc }} %} + {% endif %} - {% if site.inc_before_content %} - {% include {{ site.inc_before_content }} %} - {% endif %} + {% if site.inc_before_content %} + {% include {{ site.inc_before_content }} %} + {% endif %} -
- {{ content }} -
- - {% if site.inc_after_content %} - {% include {{ site.inc_after_content }} %} - {% endif %} -
+
+ {{ content }}
+ + {% if site.inc_after_content %} + {% include {{ site.inc_after_content }} %} + {% endif %}
-- cgit