diff --git a/themes/intotheeast/css/style.css b/themes/intotheeast/css/style.css index 363fa42..5671533 100644 --- a/themes/intotheeast/css/style.css +++ b/themes/intotheeast/css/style.css @@ -236,6 +236,13 @@ body::after { display: block; } +.entry-back-fixed { + position: fixed; + top: calc(var(--site-header-height) + var(--space-3)); + left: var(--space-4); + z-index: 100; +} + .entry-header { margin-bottom: var(--space-8); } .entry-header-meta { diff --git a/themes/intotheeast/templates/entry.html.twig b/themes/intotheeast/templates/entry.html.twig index a095fc2..8a31fb4 100644 --- a/themes/intotheeast/templates/entry.html.twig +++ b/themes/intotheeast/templates/entry.html.twig @@ -14,6 +14,8 @@ {% set hero = page.media.images|first %} {% endif %} +← Back + {% if hero %} @@ -121,7 +123,7 @@ {% endif %} {% endblock %}