This repository has been archived on 2024-02-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blog.polynom.me/archive.html
2020-03-25 22:31:01 +01:00

12 lines
172 B
HTML

---
layout: default
---
<h2><center>Archive</center></h2>
<ul>
{% for post in site.posts %}
<li><a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>