force nunjucks as markdown template engine
This commit is contained in:
@ -5,7 +5,7 @@ eleventyImport.collections: ["music"]
|
||||
---
|
||||
|
||||
<div class="pages-article">
|
||||
{% for post in collections.music reversed %}
|
||||
\- [{{ post.data.title || post.data.title != "" ? post.data.title : post.data.page.fileSlug }}](/music/{{ post.data.page.fileSlug }})
|
||||
{% for post in collections.music | reverse %}
|
||||
\- [{{ post.data.title or post.data.page.fileSlug }}](/music/{{ post.data.page.fileSlug }})
|
||||
{% endfor %}
|
||||
<div>
|
Reference in New Issue
Block a user