aboutsummaryrefslogtreecommitdiffstats
path: root/_layouts
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2020-08-14 15:59:39 +0300
committerla-ninpre <leobrekalini@gmail.com>2020-08-14 17:11:08 +0300
commit3ffd4935bba383afd6aea61ee4363a727bb98e53 (patch)
tree4fce5771946a77c916f69fb32ec7f29e52fa1141 /_layouts
parent6448356292f495fbba42e2edb3d43c6f183ebebc (diff)
downloadaaoth.xyz-3ffd4935bba383afd6aea61ee4363a727bb98e53.tar.gz
aaoth.xyz-3ffd4935bba383afd6aea61ee4363a727bb98e53.zip
change default layout to display nav and footer
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/default.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 092fc22..123da90 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -6,6 +6,10 @@
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
+ {% include navigation.html %}
+
{{ content }}
+
+ {% include footer.html %}
</body>
</html>