Create footer.html

This commit is contained in:
cactuzhead 2025-05-13 21:45:49 +01:00 committed by GitHub
parent f2f786b879
commit d534e05aff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,5 @@
{% if site.back_to_top %}
<p class="back-to-top">
<a href="#top">{{ site.back_to_top_text | default: 'Back to top' }}</a>
</p>
{% endif %}