shylie.info/index.html

14 lines
188 B
HTML
Raw Normal View History

2024-01-13 21:31:11 +00:00
---
layout: default
title: Posts
---
<h1>Latest Posts</h1>
<ul>
{% for post in site.posts %}
<li>
<h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
</li>
{% endfor %}
</ul>