add top link to footer

This commit is contained in:
rouce 2023-10-22 01:50:20 -04:00
parent 016e160f65
commit cf76dfeea0

View file

@ -1,7 +1,7 @@
<footer class="footer">
<div class="footer__inner">
<div class="copyright">
<span><a href="https://creativecommons.org/licenses/by/4.0/">Copyright info</a> :: Powered by <a href="http://gohugo.io">Hugo</a> :: Theme and source at <a href="https://git.myco.systems/mycosystems/coop.myco.systems" target="_blank">Gitea</a></span>
<span><a href="https://creativecommons.org/licenses/by/4.0/">Copyright info</a> :: Powered by <a href="http://gohugo.io">Hugo</a> :: Theme and source at <a href="https://git.myco.systems/mycosystems/coop.myco.systems" target="_blank">Gitea</a> :: <a href="https://myco.systems" target="_blank">myco.systems</a></span>
</div>
</div>
</footer>