Do not use fragment on next episode of collection

master
Felix Stupp 2 years ago
parent c33f59873b
commit 5beb0a8bdf
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -74,7 +74,7 @@
Next Episode:
{% set link = collection.next_episode %}
{% if link %}
{{ macros.link_entry_content(link) }}
{{ macros.link_entry_content(link, show_fragment=False) }}
{% else %}
no next episode
{% endif %}

Loading…
Cancel
Save