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.
11 lines
186 B
HTML
11 lines
186 B
HTML
3 years ago
|
---
|
||
|
layout: page
|
||
|
title: Posts
|
||
|
permalink: /posts/
|
||
|
---
|
||
|
|
||
|
<div class="container mx-auto px-2 py-4">
|
||
|
{% for post in site.posts %}
|
||
|
{% include post_block.html %}
|
||
|
{% endfor %}
|
||
|
</div>
|