chore: drop old files
This commit is contained in:
parent
10b3488471
commit
3bad27b305
5 changed files with 1 additions and 25 deletions
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
layout: null
|
||||
permalink: /api/html/music/month-albums
|
||||
eleventyExcludeFromCollections: true
|
||||
---
|
||||
{% render "partials/now/media-grid.liquid", data:musicCharts.month.albums, icon: "vinyl", title: "Albums", shape: "square", count: 8 %}
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
layout: null
|
||||
permalink: /api/html/music/month-artists
|
||||
eleventyExcludeFromCollections: true
|
||||
---
|
||||
{% render "partials/now/media-grid.liquid", data:musicCharts.month.artists, icon: "microphone-2", title: "Artists", shape: "square", count: 8, loading: "eager" %}
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
layout: null
|
||||
permalink: /api/html/music/window-albums
|
||||
eleventyExcludeFromCollections: true
|
||||
---
|
||||
{% render "partials/now/media-grid.liquid", data:music.albums, icon: "vinyl", title: "Albums", shape: "square", count: 8 %}
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
layout: null
|
||||
permalink: /api/html/music/window-artists
|
||||
eleventyExcludeFromCollections: true
|
||||
---
|
||||
{% render "partials/now/media-grid.liquid", data:music.artists, icon: "microphone-2", title: "Artists", shape: "square", count: 8, loading: "eager" %}
|
Reference in a new issue