Add text version of back-to=top link
This commit is contained in:
parent
5ff4b132ec
commit
da7f5c81e6
|
@ -5,8 +5,9 @@
|
||||||
|
|
||||||
{%- if tags and tags.includes("shrine pages") %}
|
{%- if tags and tags.includes("shrine pages") %}
|
||||||
<p>Back to: <a href="/shrines/">Shrine Index</a> | <a href="/">{{ sitemeta.siteName }}</a></p>
|
<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" %}
|
{%- include "global/top-btn.njk" %}
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue