You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mediarepo/posts.html

12 lines
201 B
HTML

---
layout: page
title: Posts
permalink: /posts/
sort_Index: 10
---
<div class="container mx-auto px-2 py-4">
{% for post in site.posts %}
{% include post_block.html %}
{% endfor %}
</div>