sandvich.xyz/layouts/partials/music.html

22 lines
548 B
HTML
Raw Normal View History

2024-03-09 17:31:25 -08:00
<div class="post-item post-music">
<h1>
<a href="{{ .RelPermalink }}">{{ .Title }}</a>
</h1>
{{ partial "music-info-small.html" . }}
<p>
{{ .Params.Subtitle }}
</p>
<div class="read-more-button">
<a href="{{ .RelPermalink }}" class="button">
<button>
View/download score
</button>
</a>
<a href="{{ .Params.MuseScore }}" class="button">
<button>
View on MuseScore
</button>
</a>
</div>
</div>