Initial commit
This commit is contained in:
commit
bd3fce7e64
25 changed files with 888 additions and 0 deletions
5
templates/includes/episode-listen-button.html.twig
Normal file
5
templates/includes/episode-listen-button.html.twig
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{% embed "includes/button.html.twig" %}
|
||||
{% block text %}
|
||||
Listen <span class="sr-only">to episode #{{ episode.number }} - {{ episode.title }}</span>
|
||||
{% endblock %}
|
||||
{% endembed %}
|
||||
Reference in a new issue