Files
siphalor.de/_layouts/home.html
piharpi 1fabbf8ea7 revamp
2020-03-09 22:37:39 +07:00

15 lines
335 B
HTML

---
layout: default
home: true
---
<h4 class="posts-item-note">Recent Posts</h4>
{% for post in site.posts %}
<article class="post-item">
<span class="post-item-date">{{ post.date | date: "%b %d, %Y" }}</span>
<h4 class="post-item-title">
<a href="{{ post.url }}">{{ post.title | escape }}</a>
</h4>
</article>
{% endfor %}