fix broken SEO on posts
This commit is contained in:
parent
bd87825845
commit
65ff15beb1
|
@ -135,7 +135,7 @@
|
|||
<meta name="twitter:description" content="Listen and to a release by {{ artist | uniq }} named "{{ album.name | xml_escape }}" 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>
|
||||
|
|
Loading…
Reference in a new issue