fix: links

This commit is contained in:
Cory Dransfeldt 2024-05-18 15:55:24 -07:00
parent 1d09440aaf
commit c00d4c26b7
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
---
layout: default
---
{% render "partials/home/now.liquid" status:status, artists:music.week.artists, books:books, tv:tv %}
{% render "partials/home/status.liquid" status:status, artists:music.week.artists, books:books, tv:tv %}
{% render "partials/home/posts.liquid" icon: "star", title: "Featured", postData:collections.posts, postType: "featured" %}
{% assign posts = collections.posts | reverse %}
{% render "partials/home/posts.liquid" icon: "clock-2", title: "Recent posts", postData:posts %}