From cfcf53a63aab244bf986b0ca631c88bb44d7b55d Mon Sep 17 00:00:00 2001 From: Leilukin Date: Tue, 28 May 2024 16:25:07 +0800 Subject: [PATCH] Add text version of back-to=top link --- src/_includes/global/footer.njk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/_includes/global/footer.njk b/src/_includes/global/footer.njk index 8700d3e7..c8a5f34d 100644 --- a/src/_includes/global/footer.njk +++ b/src/_includes/global/footer.njk @@ -5,8 +5,9 @@ {%- if tags and tags.includes("shrine pages") %}

Back to: Shrine Index | {{ sitemeta.siteName }}

- {%- endif %} + {%- endif -%} +

Back to Top

{%- include "global/top-btn.njk" %}