diff options
Diffstat (limited to '_layouts/git-wiki-bs-united.html')
| -rw-r--r-- | _layouts/git-wiki-bs-united.html | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/_layouts/git-wiki-bs-united.html b/_layouts/git-wiki-bs-united.html index 404cee9..8a730d2 100644 --- a/_layouts/git-wiki-bs-united.html +++ b/_layouts/git-wiki-bs-united.html @@ -1,7 +1,10 @@ -<!-- - This layout uses bootstrap with united theme ---> -{% include gw_defines/defines.html %} +{% comment %} +# +# This layout uses bootstrap with united theme +# +{% endcomment %} + +{% include git-wiki/defines/defines.html %} <!doctype html> <html> @@ -11,9 +14,9 @@ {% include {{ site.inc_before_head }} %} {% endif %} - {% include gw_head/meta.html %} - {% include gw_head/scripts.html %} - {% include gw_head/styles.html %} + {% include git-wiki/sections/head/meta.html %} + {% include git-wiki/sections/head/scripts.html %} + {% include git-wiki/sections/head/styles.html %} <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootswatch/4.1.3/united/bootstrap.min.css"> @@ -26,7 +29,7 @@ <div class="wrapper"> <div class="row"> <div class="col-lg-9"> - {% include gw_tools/tools.html %} + {% include git-wiki/sections/tools/tools.html %} {% if site.inc_before_toc %} {% include {{ site.inc_before_toc }} %} @@ -51,17 +54,17 @@ {% endif %} </div> <div class="col-lg-3"> - {% include gw_header/header.html %} + {% include git-wiki/sections/header/header.html %} </div> </div> <div class="row"> <div class="col"> - {% include gw_footer/footer.html %} + {% include git-wiki/sections/footer/footer.html %} </div> </div> </div> - {% include gw_tail/tail.html %} + {% include git-wiki/sections/tail/tail.html %} </body> </html> |
