summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2019-08-07 12:54:48 +0000
committerYehonal <yehonal.azeroth@gmail.com>2019-08-07 12:54:48 +0000
commit860a2ec8765334612ea90109ffd5e99624e31bc7 (patch)
treeedc3a9c7c5df539520d74c1b2c1788a0437c58f4 /_layouts
parentcb144f4ff77cceb7c621d067c8327e5dff32a36b (diff)
downloadwiki-860a2ec8765334612ea90109ffd5e99624e31bc7.tar.gz
wiki-860a2ec8765334612ea90109ffd5e99624e31bc7.tar.bz2
wiki-860a2ec8765334612ea90109ffd5e99624e31bc7.zip
removed bootstrap layout
git-wiki original is better for responsive in this case
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/azerothcore.html44
1 files changed, 19 insertions, 25 deletions
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 @@
<body>
<div class="wrapper">
- <div class="row">
- <div class="col-lg-2">
- {% include git-wiki/sections/header/header.html %}
- </div>
- <div class="col-lg-10">
- <div class="git-wiki-page">
- {% include git-wiki/sections/tools/tools.html %}
+ {% include git-wiki/sections/header/header.html %}
+ <div class="git-wiki-page">
+ {% 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 %}
- <div id="git-wiki-toc"></div>
+ <div id="git-wiki-toc"></div>
- {% 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 %}
- <div id="git-wiki-content">
- {{ content }}
- </div>
-
- {% if site.inc_after_content %}
- {% include {{ site.inc_after_content }} %}
- {% endif %}
- </div>
+ <div id="git-wiki-content">
+ {{ content }}
</div>
+
+ {% if site.inc_after_content %}
+ {% include {{ site.inc_after_content }} %}
+ {% endif %}
</div>
<div class="row">
<div class="col">