From 9d2064437efc291e262db0b91ab10fe2f9ab29f7 Mon Sep 17 00:00:00 2001 From: jm2dev Date: Thu, 23 Apr 2015 16:14:26 +0100 Subject: [PATCH] Fixing nunjucks path. --- nunjucks/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nunjucks/index.html b/nunjucks/index.html index 289f476..635018f 100644 --- a/nunjucks/index.html +++ b/nunjucks/index.html @@ -1,9 +1,9 @@ -{% extends "./nunjucks/layout.html" %} +{% extends "./layout.html" %} {% macro todos_macro(items) %} {% endmacro %}