fix broken SEO on posts

This commit is contained in:
sakrecoer 2020-10-21 15:04:54 +02:00
parent bd87825845
commit 65ff15beb1

View file

@ -135,7 +135,7 @@
<meta name="twitter:description" content="Listen and to a release by {{ artist | uniq }} named &quot;{{ album.name | xml_escape }}&quot; and support your remote artist!" />
<meta name="twitter:image" content="{{ site.mediaurl }}/{{ album.tracks[0].slug }}.jpeg" />
{% endif %}{% endfor %}
{% elsif page.category == 'highlights' %}
{% elsif page.category == 'ramblings' %}
<!-- BEGIN seo.html -->
<title>{{ page.title }} | {{ site.title }}</title>