brand and adapted main pages

This commit is contained in:
sakrecoer 2020-07-26 16:00:51 +02:00
parent 9796ebb660
commit dfd817ee46
11 changed files with 12 additions and 9 deletions

View file

@ -105,8 +105,11 @@ lang: en
</div>
</div>
<div class="content" style="font-family: monospace;font-size: 16px;margin-top:60px;">
{{ content }}
<p>{{ page.credits }}</p>
{% for post in site.posts %}
{% if post.album == page.slug %}
{{ post.content }}
{% endif %}
{% endfor %}
</div>
</div>
</section>

View file

@ -50,7 +50,7 @@ layout: default
<p style="font-family: monospace;font-size:16px;">
{{ page.all.UNSYNCEDLYRICS | newline_to_br }}
</p>
<p>credits:
<p>
{{ page.all.Comment }}
</p>
</div>