renewedtab_website/blog.html

13 lines
155 B
HTML

---
title: Blog
layout: article
---
<h1>Blog</h1>
<div>
{% for post in site.posts %}
{% include post_list_item.html post=post %}
{% endfor %}
</div>