diff options
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/git-wiki-bs-lux.html | 40 | ||||
| -rw-r--r-- | _layouts/git-wiki-bs-united.html | 40 |
2 files changed, 42 insertions, 38 deletions
diff --git a/_layouts/git-wiki-bs-lux.html b/_layouts/git-wiki-bs-lux.html index a644058..6b376bd 100644 --- a/_layouts/git-wiki-bs-lux.html +++ b/_layouts/git-wiki-bs-lux.html @@ -1,7 +1,7 @@ {% comment %} # # This layout uses bootstrap with lux theme -# +# {% endcomment %} {% include git-wiki/defines/defines.html %} @@ -32,29 +32,31 @@ {% include git-wiki/sections/header/header.html %} </div> <div class="col-lg-9"> - {% include git-wiki/sections/tools/tools.html %} + <div class="git-wiki-content"> + {% 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="toc"></div> + <div id="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="content"> - {{ content }} - </div> + <div id="content"> + {{ content }} + </div> - {% if site.inc_after_content %} - {% include {{ site.inc_after_content }} %} - {% endif %} + {% if site.inc_after_content %} + {% include {{ site.inc_after_content }} %} + {% endif %} + </div> </div> </div> <div class="row"> @@ -67,4 +69,4 @@ {% include git-wiki/sections/tail/tail.html %} </body> -</html> +</html>
\ No newline at end of file diff --git a/_layouts/git-wiki-bs-united.html b/_layouts/git-wiki-bs-united.html index 8a730d2..a11fc59 100644 --- a/_layouts/git-wiki-bs-united.html +++ b/_layouts/git-wiki-bs-united.html @@ -1,7 +1,7 @@ {% comment %} # # This layout uses bootstrap with united theme -# +# {% endcomment %} {% include git-wiki/defines/defines.html %} @@ -29,29 +29,31 @@ <div class="wrapper"> <div class="row"> <div class="col-lg-9"> - {% include git-wiki/sections/tools/tools.html %} + <div class="git-wiki-content"> + {% 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="toc"></div> + <div id="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="content"> - {{ content }} - </div> + <div id="content"> + {{ content }} + </div> - {% if site.inc_after_content %} - {% include {{ site.inc_after_content }} %} - {% endif %} + {% if site.inc_after_content %} + {% include {{ site.inc_after_content }} %} + {% endif %} + </div> </div> <div class="col-lg-3"> {% include git-wiki/sections/header/header.html %} @@ -67,4 +69,4 @@ {% include git-wiki/sections/tail/tail.html %} </body> -</html> +</html>
\ No newline at end of file |
