maggioni.xyz/index.html

17 lines
389 B
HTML

---
layout: main
---
<div class="home">
<ul class="post-list">
{% for post in site.posts %}
<li>
<span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>
<h5>
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
</h5>
</li>
{% endfor %}
</ul>
</div>