layout
This commit is contained in:
parent
6c4cad6b35
commit
9055c146fd
3 changed files with 4 additions and 4 deletions
|
|
@ -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 />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue