new layout

This commit is contained in:
sakrecoer 2020-12-25 12:38:04 +01:00
parent 511e4505bc
commit 26d67af4f6
11 changed files with 59 additions and 46 deletions

View file

@ -121,9 +121,10 @@ apps:
<div class="description">
<div class="container">
<h2>{{ post.title }}</h2>
<p><strong>{% include forloop-dates.html %}</strong></p>
<p><strong>{% for tag in post.tags %}{{ tag }}{% endfor %} released {% include forloop-dates.html %}</strong></p>
<p>{{ post.description }}</p>
<p><a href="{{ relBase }}{{ post.url }}#play" class="button">🔊 Listen</a></p>
<p><a href="{{ relBase }}{{ post.url }}" class="button">🔊 Listen</a></p>
</div>
</div>