title fix

This commit is contained in:
Set Hallstrom 2020-09-11 13:28:33 +02:00
parent f84678f514
commit 8e6b4a40d1
2 changed files with 15 additions and 7 deletions

View file

@ -7,7 +7,9 @@ layout: default
<section>
<div class="album-player">
<!-- HERE BEGINS MADNESS -->
{% for album in site.albums %}
{% if page.album == album.slug %}
{% assign onetracker = album.tracks | size %}
@ -299,7 +301,7 @@ layout: default
<section class="info" id="read">
<div class="info-pages">
<h1>{{ page.title }}</h1>
{{ content }}
{% if page.link %}
<p><a href="{{ page.link }}?ref=TheMusicSyndicateWashere" target="_bank" rel="noopener" class="button">👀 Check it out!</a></p>