diff options
author | Alan Pearce | 2017-06-18 18:23:28 +0200 |
---|---|---|
committer | Alan Pearce | 2017-06-18 18:23:28 +0200 |
commit | e13c5726846a89df4196f6abc9fc98d99d48305b (patch) | |
tree | 700b4942398c36113425793242a820ce4a8a6b52 /src/views/post.html | |
parent | 33171a749162685e42650f82041cd2af0136718d (diff) | |
download | homestead-e13c5726846a89df4196f6abc9fc98d99d48305b.tar.lz homestead-e13c5726846a89df4196f6abc9fc98d99d48305b.tar.zst homestead-e13c5726846a89df4196f6abc9fc98d99d48305b.zip |
Rename templates to njk
It's specified in the nunjucks documentation. Using it allows editors to understand the syntax better
Diffstat (limited to 'src/views/post.html')
-rw-r--r-- | src/views/post.html | 3 |
1 files changed, 0 insertions, 3 deletions
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 }} |