diff --git a/src/index.md b/src/index.md index 2ff692e..f7d905d 100644 --- a/src/index.md +++ b/src/index.md @@ -8,8 +8,7 @@ hey what's up! my name is uuupah. im a twenty-something non-binary (they/them pl ### recent updates
-{% set updateslist = collections.post | reverse | limit(5) %} -{% for post in updateslist %} +{% for post in collections.post | reverse | limit(5) %}

{{ post.page.date.toLocaleDateString("en-UK") }} - [{{ post.data.title }}]({{post.filePathStem}}) [{{post.data.tags[0]}}]

{% endfor %}