playlists and podcasts on episode view

This commit is contained in:
bkfox
2019-08-07 22:52:34 +02:00
parent bd185125ac
commit aabbcd97fa
10 changed files with 45 additions and 29 deletions

View File

@ -53,14 +53,14 @@ Context:
{% block header %}
<h1 class="title is-1">{% block title %}{% endblock %}</h1>
<h4 class="subtitle is-size-3 columns">
<h3 class="subtitle is-3 columns">
{% block subtitle %}
{% if parent %}
<a href="{{ parent.get_absolute_url }}" class="column">
&#10092; {{ parent.title }}</a></li>
{% endif %}
{% endblock %}
</h4>
</h3>
{% endblock %}
</header>