diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2018-12-19 17:43:10 +0100 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2018-12-19 17:43:36 +0100 |
| commit | c9d5ac3d8e1d5a8d3a65bf1fb6e0023c6dc6b85c (patch) | |
| tree | 70f9af3cf873707ec47941a3d154a6e5b9c6c8fc /_includes/git-wiki/sections/content/content.html | |
| parent | 08bb243916dc812c2b6b18d0ff24710dd1a1306b (diff) | |
| download | wiki-c9d5ac3d8e1d5a8d3a65bf1fb6e0023c6dc6b85c.tar.gz wiki-c9d5ac3d8e1d5a8d3a65bf1fb6e0023c6dc6b85c.tar.bz2 wiki-c9d5ac3d8e1d5a8d3a65bf1fb6e0023c6dc6b85c.zip | |
Various css fixes
Diffstat (limited to '_includes/git-wiki/sections/content/content.html')
| -rw-r--r-- | _includes/git-wiki/sections/content/content.html | 41 |
1 files changed, 22 insertions, 19 deletions
diff --git a/_includes/git-wiki/sections/content/content.html b/_includes/git-wiki/sections/content/content.html index b86a729..58e4421 100644 --- a/_includes/git-wiki/sections/content/content.html +++ b/_includes/git-wiki/sections/content/content.html @@ -1,25 +1,28 @@ -<section> - {% include git-wiki/sections/tools/tools.html %} +<div class="git-wiki-content"> + <section> - {% if site.inc_before_toc %} - {% include {{ site.inc_before_toc }} %} - {% endif %} + {% include git-wiki/sections/tools/tools.html %} - <div id="toc"></div> + {% if site.inc_before_toc %} + {% include {{ site.inc_before_toc }} %} + {% endif %} - {% if site.inc_after_toc %} - {% include {{ site.inc_after_toc }} %} - {% endif %} + <div id="toc"></div> - {% if site.inc_before_content %} - {% include {{ site.inc_before_content }} %} - {% endif %} + {% if site.inc_after_toc %} + {% include {{ site.inc_after_toc }} %} + {% endif %} - <div id="content"> - {{ content }} - </div> + {% if site.inc_before_content %} + {% include {{ site.inc_before_content }} %} + {% endif %} - {% if site.inc_after_content %} - {% include {{ site.inc_after_content }} %} - {% endif %} -</section>
\ No newline at end of file + <div id="content"> + {{ content }} + </div> + + {% if site.inc_after_content %} + {% include {{ site.inc_after_content }} %} + {% endif %} + </section> +</div>
\ No newline at end of file |
