diff --git a/themes/intotheeast/templates/entry.html.twig b/themes/intotheeast/templates/entry.html.twig index 3919a6f..ec83003 100644 --- a/themes/intotheeast/templates/entry.html.twig +++ b/themes/intotheeast/templates/entry.html.twig @@ -1,12 +1,12 @@ {% extends 'partials/base.html.twig' %} {% block content %} -← Back +← Back {% set entry = page %} {% include 'partials/entry-journal.html.twig' %} {% endblock %} diff --git a/themes/intotheeast/templates/story.html.twig b/themes/intotheeast/templates/story.html.twig index 2e83e02..2f27eb3 100644 --- a/themes/intotheeast/templates/story.html.twig +++ b/themes/intotheeast/templates/story.html.twig @@ -1,7 +1,7 @@ {% extends 'partials/base.html.twig' %} {% block nav %} -← Back +← Back {% endblock %} @@ -59,7 +59,7 @@ {{ page.content|raw }}