From e13c5726846a89df4196f6abc9fc98d99d48305b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 18 Jun 2017 18:23:28 +0200 Subject: Rename templates to njk It's specified in the nunjucks documentation. Using it allows editors to understand the syntax better --- src/views/index.html | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 src/views/index.html (limited to 'src/views/index.html') diff --git a/src/views/index.html b/src/views/index.html deleted file mode 100644 index dcc142c..0000000 --- a/src/views/index.html +++ /dev/null @@ -1,5 +0,0 @@ -hello world - -{% for filename, post in posts %} - {{ post.data.get('title') }} -{% endfor %} -- cgit 1.4.1