shylie.info/index.html
2024-01-14 12:39:51 +00:00

13 lines
214 B
HTML

---
layout: default
title: Posts
---
<h1>all posts - <a href="/tags.html">by tag</a></h1>
<ul>
{% for post in site.posts %}
<li><a href="{{ post.url }}">{{ post.title | downcase }}</a></li>
{% endfor %}
</ul>