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 | |
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')
-rw-r--r-- | src/views/index.njk (renamed from src/views/index.html) | 0 | ||||
-rw-r--r-- | src/views/post.njk (renamed from src/views/post.html) | 0 | ||||
-rw-r--r-- | src/views/tag.njk (renamed from src/views/tag.html) | 0 |
3 files changed, 0 insertions, 0 deletions
diff --git a/src/views/index.html b/src/views/index.njk index dcc142c..dcc142c 100644 --- a/src/views/index.html +++ b/src/views/index.njk diff --git a/src/views/post.html b/src/views/post.njk index 81f7e3d..81f7e3d 100644 --- a/src/views/post.html +++ b/src/views/post.njk diff --git a/src/views/tag.html b/src/views/tag.njk index 7ff9871..7ff9871 100644 --- a/src/views/tag.html +++ b/src/views/tag.njk |