This commit is contained in:
Kameron Kenny 2024-05-25 12:28:53 -04:00
parent 33d69838a9
commit 108418f572
No known key found for this signature in database
GPG Key ID: E5006629839D2276
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
---
layout: default
---
{% for post in site.posts %}
{% if post.published == true %}
{{ post.date | date: "%b %-d, %Y" }}
[{{ post.title }}]({{ post.url | prepend: site.baseurl }})
{% endif %}
{% endfor %}