mirror of
https://github.com/lloeki/presence.git
synced 2025-12-06 08:54:39 +01:00
11 lines
165 B
HTML
11 lines
165 B
HTML
---
|
|
layout: default
|
|
title: index
|
|
---
|
|
<ul>
|
|
{% for post in site.posts %}
|
|
<li>
|
|
<a href="{{ post.url }}">{{ post.title }}</a>
|
|
</li>
|
|
{% endfor %}
|
|
</ul>
|