diff --git a/core/templates/core/macros.jinja b/core/templates/core/macros.jinja index d78725b7..e2f19314 100644 --- a/core/templates/core/macros.jinja +++ b/core/templates/core/macros.jinja @@ -161,6 +161,7 @@ hx-swap="innerHTML" hx-target="#content" hx-push-url="true" + hx-trigger="click, keyup[key=='ArrowLeft'] from:body" {%- else -%} href="?{{ querystring(page=current_page.previous_page_number()) }}" {%- endif -%} @@ -195,12 +196,13 @@ {% if current_page.has_next() %}