sloane.sh/posts.md

14 lines
248 B
Markdown
Raw Normal View History

2025-01-28 12:38:02 -05:00
---
layout: default
title: posts
permalink: /posts/
2025-01-28 12:38:02 -05:00
---
<ul class="h-feed">
2025-01-28 12:38:02 -05:00
{% for post in site.posts %}
<li class="h-entry">
<a class="u-url p-name" href="{{ post.url }}">{{ post.title | smartify }}</a>
</li>
2025-01-28 12:38:02 -05:00
{% endfor %}
</ul>