Fix spacing in podcast episode page titles
Some checks failed
Build and Deploy / build_and_deploy (push) Has been cancelled
Some checks failed
Build and Deploy / build_and_deploy (push) Has been cancelled
This commit is contained in:
parent
8334ede1f8
commit
5b3d4ec8b1
|
@ -4,13 +4,11 @@
|
||||||
Discussing {{ page.topic }} with {{ page.guests.0 }}.
|
Discussing {{ page.topic }} with {{ page.guests.0 }}.
|
||||||
{%- endblock %}
|
{%- endblock %}
|
||||||
|
|
||||||
{% block page_title %}
|
{% block page_title -%}
|
||||||
{% set episodeNumber = page.url|trim('/')|split('/')|last|split('-')|first %}
|
{% set episodeNumber = page.url|trim('/')|split('/')|last|split('-')|first -%}
|
||||||
|
|
||||||
Episode {{ episodeNumber }}:
|
Episode {{ episodeNumber }}: {{ page.topic }} with {{ page.guests.0 }}
|
||||||
{{ page.topic }}
|
{%- endblock %}
|
||||||
with {{ page.guests.0 }}
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block head_title %}
|
{% block head_title %}
|
||||||
<title>{{ block('page_title') }} | Beyond Blocks podcast | {{ site.name }}</title>
|
<title>{{ block('page_title') }} | Beyond Blocks podcast | {{ site.name }}</title>
|
||||||
|
|
Loading…
Reference in a new issue