2025-06-11 09:36:54 +03:00
|
|
|
---
|
|
|
|
|
order: 3
|
|
|
|
|
---
|
2026-04-07 11:43:33 +03:00
|
|
|
<article id="posts">
|
|
|
|
|
<nav>
|
2025-06-18 18:38:20 +03:00
|
|
|
<ul role="list">
|
2025-06-11 09:36:54 +03:00
|
|
|
{% for post in collections.posts reversed %}
|
|
|
|
|
<li>
|
2025-10-19 15:55:35 +03:00
|
|
|
<a href="{{post.url}}">
|
|
|
|
|
</svg>{{post.fileSlug}}
|
2025-06-18 18:38:20 +03:00
|
|
|
<p>published:<time datetime="{{post.data.date|ISO}}">{{post.data.date|readable}}</time></p>
|
|
|
|
|
{% if post.data.modified %}
|
2025-10-19 15:55:35 +03:00
|
|
|
<p>last modified:<time datetime="{{post.data.modified}}">{{post.data.modified|readable}}</time></p>
|
2025-06-18 18:38:20 +03:00
|
|
|
{%endif%}
|
2025-06-11 09:36:54 +03:00
|
|
|
<p>{{post.data.description}}</p>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
{% endfor %}
|
|
|
|
|
</ul>
|
2026-04-07 11:43:33 +03:00
|
|
|
</nav>
|
|
|
|
|
</article>
|
|
|
|
|
<article>
|
|
|
|
|
<p>...I'll eventually write more stuff worth talking about on here when the motivation strikes.</p>
|
|
|
|
|
</article>
|