shylie.info/index.html

13 lines
214 B
HTML
Raw Permalink Normal View History

2024-01-13 21:31:11 +00:00
---
layout: default
title: Posts
---
2024-01-14 04:28:46 +00:00
<h1>all posts - <a href="/tags.html">by tag</a></h1>
2024-01-13 21:31:11 +00:00
<ul>
{% for post in site.posts %}
2024-01-14 12:39:51 +00:00
<li><a href="{{ post.url }}">{{ post.title | downcase }}</a></li>
2024-01-13 21:31:11 +00:00
{% endfor %}
2024-01-14 04:28:46 +00:00
</ul>