Add text version of back-to=top link

This commit is contained in:
Helen Chong 2024-05-28 16:25:07 +08:00
parent 5ff4b132ec
commit da7f5c81e6
1 changed files with 2 additions and 1 deletions

View File

@ -5,8 +5,9 @@
{%- if tags and tags.includes("shrine pages") %}
<p>Back to: <a href="/shrines/">Shrine Index</a> | <a href="/">{{ sitemeta.siteName }}</a></p>
{%- endif %}
{%- endif -%}
<p><a href="#page-top">Back to Top <i class="fa-solid fa-arrow-up"></i></a></p>
{%- include "global/top-btn.njk" %}
</footer>