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/post.html | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 src/views/post.html (limited to 'src/views/post.html') diff --git a/src/views/post.html b/src/views/post.html deleted file mode 100644 index 81f7e3d..0000000 --- a/src/views/post.html +++ /dev/null @@ -1,3 +0,0 @@ -{{ post.data.title }} - -{{ post.body | safe }} -- cgit 1.4.1