fix: stories escape link goes to trip page not archive

This commit is contained in:
2026-06-19 15:51:51 +02:00
parent ab8a5138dd
commit 16b44513f2
@@ -1,7 +1,7 @@
{% extends 'partials/base.html.twig' %} {% extends 'partials/base.html.twig' %}
{% block nav %} {% block nav %}
<a class="story-escape" href="{{ page.parent.parent.url }}">← Back</a> <a class="story-escape" href="{{ page.parent.url }}">← Back</a>
{% endblock %} {% endblock %}
{% block content %} {% block content %}