renewedtab_website/blog.html

13 lines
155 B
HTML
Raw Normal View History

2022-07-22 09:43:11 -07:00
---
title: Blog
layout: article
---
<h1>Blog</h1>
<div>
{% for post in site.posts %}
{% include post_list_item.html post=post %}
{% endfor %}
</div>