chore: icons + styles

This commit is contained in:
Cory Dransfeldt 2024-08-15 14:04:50 -07:00
parent ff72a65b56
commit fc9e0f44b1
No known key found for this signature in database
12 changed files with 24 additions and 39 deletions

View file

@ -3,5 +3,5 @@ layout: default
permalink: /
---
{% render "partials/home/status.liquid" status:status, music:music, books:books.all, tv:tv %}
{% render "partials/home/posts.liquid" icon: "star", title: "Featured", postData:posts, postType: "featured" %}
{% render "partials/home/posts.liquid" icon: "clock-hour-7", title: "Recent posts", postData:posts %}
{% render "partials/home/posts.liquid" icon: "pencil-star", title: "Featured", postData:posts, postType: "featured" %}
{% render "partials/home/posts.liquid" icon: "clock-2", title: "Recent posts", postData:posts %}