Update themes/terminal/layouts/partials/footer.html
All checks were successful
Hugo / build (push) Successful in 40s

This commit is contained in:
brooke 2024-03-05 05:00:31 +00:00
parent af82fd34a4
commit 4438d43491

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> :: <a href="https://myco.systems" target="_blank">myco.systems</a></span>
<span><a href="https://creativecommons.org/licenses/by/4.0/">CC</a> :: built on <a href="http://gohugo.io">Hugo</a> :: <a href="https://git.myco.systems/mycosystems/coop.myco.systems" target="_blank">Source</a> :: <a href="https://myco.systems" target="_blank">myco.systems</a></span>
</div>
</div>
</footer>