mirror of
https://github.com/MrAle98/sliver
synced 2026-06-08 11:54:46 +00:00
12 lines
171 B
HTML
12 lines
171 B
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<ul>
|
|
{% for post in site.posts %}
|
|
<li>
|
|
<a href="{{ post.url }}">{{ post.title }}</a>
|
|
</li>
|
|
{% endfor %}
|
|
</ul>
|