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