cactuzhead_Advanced-Progres.../docs/_includes/footer.html
2025-05-13 21:47:56 +01:00

10 lines
329 B
HTML

{% 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 %}
<footer class="site-footer">
<p>© {{ site.time | date: '%Y' }} cactuzhead. All rights reserved.</p>
<p>Follow us on <a href="https://github.com/cactuzhead">GitHub</a>.</p>
</footer>