layout
This commit is contained in:
parent
6c4cad6b35
commit
9055c146fd
|
@ -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>
|
||||
|
||||
|
||||
|
|
|
@ -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 />
|
||||
|
|
2
log.html
2
log.html
|
@ -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>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue