Update default.html

This commit is contained in:
wakgill
2021-01-01 20:26:06 -06:00
committed by GitHub
parent e14eeb43f0
commit db2e87748f
+3
View File
@@ -158,8 +158,11 @@
<footer> <footer>
{% if site.back_to_top %} {% if site.back_to_top %}
<p><a href="#top" id="back-to-top">{{ site.back_to_top_text }}</a></p> <p><a href="#top" id="back-to-top">{{ site.back_to_top_text }}</a></p>
{% endif %} {% endif %}
<p class="text-small text-grey-dk-100 mb-0">Support this site with BTC, BCH, or BSV: <code>17MEahERxZH6pwWy4z7wWBZvH4rRnv3F7i</code></p>
{{ footer_custom }} {{ footer_custom }}
{% if site.last_edit_timestamp or site.gh_edit_link %} {% if site.last_edit_timestamp or site.gh_edit_link %}