From 68073adacff5fec44d7e541a3a6f926f7b305843 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 5 Nov 2016 20:39:13 +0300 Subject: _includes/ -> _includes/common/ --- _layouts/main.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_layouts/main.html') 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 %} -- cgit v1.2.3