bootstrap-expo/archive.html

14 строки
223 B
HTML

---
layout: default
title: "Archive"
---
<ul class="list">
{% for post in site.posts %}
<li>
<span>{{ post.date | date_to_string }}</span>
<a href="{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>