Create footer_custom.html

This commit is contained in:
cactuzhead 2025-05-13 11:33:00 +01:00 committed by GitHub
parent 24190fc8aa
commit e507ed1c43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,4 @@
<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>