Fix meta title on podcast episode pages
This commit is contained in:
parent
cc13e29367
commit
73215b3fcd
2 changed files with 17 additions and 9 deletions
|
@ -8,6 +8,12 @@
|
|||
with {{ page.guests.0 }}
|
||||
{% endblock %}
|
||||
|
||||
{% block head_title %}
|
||||
<title>{{ block('page_title') }} | Beyond Blocks podcast | {{ site.name }}</title>
|
||||
<meta property="og:title" content="{{ block('page_title') }} | Beyond Blocks podcast | {{ site.name }}" />
|
||||
<meta property="twitter:title" content="{{ block('page_title') }} | Beyond Blocks podcast | {{ site.name }}" />
|
||||
{% endblock %}
|
||||
|
||||
{% block content_wrapper %}
|
||||
{% if page.transistor.id %}
|
||||
<div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue