idk why i still had that around

This commit is contained in:
etherware-novice 2024-08-09 16:03:52 -05:00
parent 550f342a7f
commit 5f31c7193a
No known key found for this signature in database
GPG Key ID: 5DB73B4D57B9D701

View File

@ -1,14 +0,0 @@
---
layout: default
title: Blog
---
<h1>Latest Posts</h1>
<ul>
{% for post in site.posts %}
<li>
<h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
{{ post.excerpt }}
</li>
{% endfor %}
</ul>