highlights

This commit is contained in:
Set Hallstrom 2020-09-08 19:36:59 +02:00
parent 5113069605
commit 9faa8d0a79
24 changed files with 27 additions and 25 deletions

View file

@ -18,7 +18,7 @@ layout: default
<div class="playbutton hideWhenNoJS">
<a id="mu_pause" class="button">Play!</a>
</div>
<h1>{{ page.common.title }}</h1>
</p>
@ -28,6 +28,7 @@ layout: default
<!-- Content -->
<div id="trackInfo">
<section>
<h1 style="margin-top:80px;">{{ page.common.title }}</h1>
<p>{% for style in page.common.genre %}{{ style }}{% endfor %} by <strong>{{ page.common.artist }}</strong></p>
{% for post in site.posts %}
{% if post.album == page.albumSlug %}