fix styling
This commit is contained in:
@ -4,6 +4,8 @@ layout: layout/base.njk
|
||||
eleventyImport.collections: ["blog"]
|
||||
---
|
||||
|
||||
{% for post in collections.blog %}
|
||||
<div class="pages-article">
|
||||
{% for post in collections.blog reversed %}
|
||||
\- [{{ post.data.title || post.data.title != "" ? post.data.title : post.data.page.fileSlug }}](/blog/{{ post.data.page.fileSlug }})
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
</div>
|
Reference in New Issue
Block a user