minetestblog.github.io/_includes/page/post-list-item.html
2022-01-22 18:49:09 -05:00

7 lines
167 B
HTML

<li>
<a href="{{ post.url | prepend: site.baseurl }}">
<span>{{ post.title }}</span>
<small>{{ post.date | date: "%d/%m" }}</small>
</a>
</li>