minor fixes

This commit is contained in:
2023-05-09 12:05:54 +09:30
parent 8589c460ce
commit c6431c68a6
3 changed files with 2 additions and 2 deletions

View File

@ -8,6 +8,7 @@ hey what's up! my name is uuupah. im a twenty-something non-binary (they/them pl
### recent updates
<div class="updates-field">
(check <a href="journal_html">journal.html</a> as well)
{% for post in collections.post | reverse | limit(5) %}
<p>{{ post.page.date.toLocaleDateString("en-UK") }} - [{{ post.data.title }}]({{post.filePathStem}}) [{{post.data.tags[0]}}]</p>
{% endfor %}