chore: icon change

This commit is contained in:
Cory Dransfeldt 2024-06-28 17:06:02 -07:00
parent 8f71fd81c1
commit 58aae7b077
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -3,4 +3,4 @@ layout: default
---
{% 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:posts, postType: "featured" %}
{% render "partials/home/posts.liquid" icon: "clock-2", title: "Recent posts", postData:posts %}
{% render "partials/home/posts.liquid" icon: "clock-hour-7", title: "Recent posts", postData:posts %}