aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_layouts/main.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-11-05 20:39:13 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-11-05 20:39:13 +0300
commit68073adacff5fec44d7e541a3a6f926f7b305843 (patch)
treed42304b004461e04e58ba7d41139f290a5aac78a /_layouts/main.html
parentadd serve.sh (same as serve.bat) (diff)
downloadegor-tensin.github.io-68073adacff5fec44d7e541a3a6f926f7b305843.tar.gz
egor-tensin.github.io-68073adacff5fec44d7e541a3a6f926f7b305843.zip
_includes/ -> _includes/common/
Diffstat (limited to '_layouts/main.html')
-rw-r--r--_layouts/main.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/main.html b/_layouts/main.html
index 4f0db4c..8254f8d 100644
--- a/_layouts/main.html
+++ b/_layouts/main.html
@@ -1,3 +1,3 @@
-{% include header.html %}
+{% include common/header.html %}
{{ content }}
-{% include footer.html %}
+{% include common/footer.html %}