feat: dynamic media page og images
This commit is contained in:
parent
bc03c708a6
commit
00440c24d9
29 changed files with 46 additions and 9 deletions
|
@ -5,6 +5,7 @@ pagination:
|
|||
data: music.threeMonth.tracks
|
||||
size: 50
|
||||
permalink: "/music/tracks/three-months/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber | plus: 1 }}/{% endif %}index.html"
|
||||
schema: music
|
||||
---
|
||||
<p><a class="link-icon flex-centered" href="/music">{% tablericon "arrow-left" "Go back" %} Go back</a></p>
|
||||
<h2 class="page-header">{{ title }}</h2>
|
||||
|
|
Reference in a new issue