fix: stories escape link goes to trip page not archive
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% extends 'partials/base.html.twig' %}
|
||||
|
||||
{% block nav %}
|
||||
<a class="story-escape" href="{{ page.parent.parent.url }}">← Back</a>
|
||||
<a class="story-escape" href="{{ page.parent.url }}">← Back</a>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
Reference in New Issue
Block a user