fix: layout consistency

This commit is contained in:
Cory Dransfeldt 2023-12-31 13:37:43 -08:00
parent 39a55b7487
commit 9950cf2146
No known key found for this signature in database
2 changed files with 6 additions and 4 deletions

View file

@ -1,7 +1,6 @@
---
layout: main
layout: default
---
{% render "partials/header.liquid", meta: meta, page: page, nav: nav %}
{{ content }}
{% render "partials/now/media-grid.liquid", data:artists, icon: "microphone-2", title: "Artists", shape: "square", count: 8, loading: 'eager' %}
{% render "partials/now/media-grid.liquid", data:albums, icon: "vinyl", title: "Albums", shape: "square", count: 8 %}