This commit is contained in:
Set Hallstrom 2020-09-18 12:41:42 +02:00
parent 6c4cad6b35
commit 9055c146fd
3 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@ image: /images/pages/jack-hamilton-CMnNiQBkwBI-unsplash.jpg
<h2>{{ post.title }}</h2>
<p><strong>{% include forloop-dates.html %}</strong></p>
<p>{{ post.description }}</p>
<p><a href="{{ relBase }}{{ post.url }}" class="button">Listen</a></p>
<p><a href="{{ relBase }}{{ post.url }}#play" class="button">Listen</a></p>
</div>

View file

@ -43,7 +43,7 @@ video_path: /videos/37th--chamber.mp4
</div>
<div>
<p><a class="button" href="{{ relBase }}{{ post.url }}">📰 Read Highlight</a></p>
<p><a class="button" href="{{ relBase }}{{ post.url }}#read">📰 Read Highlight</a></p>
</div>
</div>
@ -64,7 +64,7 @@ video_path: /videos/37th--chamber.mp4
<article>
<figure>
<a href="{{ post.url }}">
<a href="{{ post.url }}#play">
<img src="{{ site.mediaurl }}/{{ album.tracks[0].slug }}.jpeg" alt="Cover art for {{ post.title }}" /></a>
<figcaption>
<strong>{{ album.name }}</strong><br />

View file

@ -18,7 +18,7 @@ image: /images/pages/4-darkweb-instrumental-.jpeg
<h2>{{ post.title }}</h2>
<p><strong>{% include forloop-dates.html %}</strong></p>
<p>{{ post.description }}</p>
<p><a href="{{ relBase }}{{ post.url }}" class="button">Read post</a></p>
<p><a href="{{ relBase }}{{ post.url }}#read" class="button">Read post</a></p>
</div>