Hide the Episodes heading

This commit is contained in:
Oliver Davies 2024-10-01 12:00:00 +01:00
parent 0c74fda28e
commit bcfd011c22
2 changed files with 4 additions and 2 deletions

View file

@ -13,7 +13,7 @@ A weekly podcast about Drupal, PHP, open-source, and related software developmen
Subscribe at <a href="{{ site.transistor.feed.url }}">{{ site.transistor.feed.url }}</a>.
## Episodes
## Episodes {.sr-only}
{% for episode in data.podcast_episodes|reverse %}
{% set episodeNumber = episode.url|trim('/')|split('/')|last|split('-')|first %}