6 lines
No EOL
353 B
HTML
6 lines
No EOL
353 B
HTML
---
|
|
layout: default
|
|
---
|
|
{% render "partials/home/now.liquid" status:status, artists:music.artists, books:books, tv:tv %}
|
|
{% render "partials/home/posts.liquid" icon: "star", title: "Featured", postData:collections.posts, postType: "featured" %}
|
|
{% render "partials/home/posts.liquid" icon: "clock-2", title: "Recent posts", postData:collections.posts %} |