summaryrefslogtreecommitdiff
path: root/_layouts/git-wiki-bs-lux.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/git-wiki-bs-lux.html')
-rw-r--r--_layouts/git-wiki-bs-lux.html25
1 files changed, 14 insertions, 11 deletions
diff --git a/_layouts/git-wiki-bs-lux.html b/_layouts/git-wiki-bs-lux.html
index 6d40fb7..a644058 100644
--- a/_layouts/git-wiki-bs-lux.html
+++ b/_layouts/git-wiki-bs-lux.html
@@ -1,7 +1,10 @@
-<!--
- This layout uses bootstrap with lux theme
--->
-{% include gw_defines/defines.html %}
+{% comment %}
+#
+# This layout uses bootstrap with lux 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/lux/bootstrap.min.css">
@@ -26,10 +29,10 @@
<div class="wrapper">
<div class="row">
<div class="col-lg-3">
- {% include gw_header/header.html %}
+ {% include git-wiki/sections/header/header.html %}
</div>
<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 }} %}
@@ -56,12 +59,12 @@
</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>