summaryrefslogtreecommitdiff
path: root/_layouts/git-wiki-bs-united.html
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2018-12-17 19:19:20 +0100
committerYehonal <yehonal.azeroth@gmail.com>2018-12-17 21:01:20 +0100
commit4e1a3540b9e9bcf8c95e2d61e674c7b9711dd99a (patch)
tree3e671c486e329d2b67312cf7c6a4d81bff5c07ed /_layouts/git-wiki-bs-united.html
parent2e2c8eefe545b70e0d7c5f1286477a083aff1f06 (diff)
downloadwiki-4e1a3540b9e9bcf8c95e2d61e674c7b9711dd99a.tar.gz
wiki-4e1a3540b9e9bcf8c95e2d61e674c7b9711dd99a.tar.bz2
wiki-4e1a3540b9e9bcf8c95e2d61e674c7b9711dd99a.zip
v2.1.0 with blog feature implemented
Diffstat (limited to '_layouts/git-wiki-bs-united.html')
-rw-r--r--_layouts/git-wiki-bs-united.html25
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>