sloane.sh/posts.md

11 lines
154 B
Markdown
Raw Normal View History

2025-01-28 12:38:02 -05:00
---
layout: default
title: posts
---
<ul>
{% for post in site.posts %}
<li><a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>