Update meta descriptions for podcast episodes
This commit is contained in:
parent
cc0dcec71d
commit
15000e0144
|
@ -1,5 +1,9 @@
|
|||
{% extends 'page' %}
|
||||
|
||||
{% block meta_description -%}
|
||||
Discussing {{ page.topic }} with {{ page.guests.0 }}.
|
||||
{%- endblock %}
|
||||
|
||||
{% block page_title %}
|
||||
{% set episodeNumber = page.url|trim('/')|split('/')|last|split('-')|first %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue