I hate CSS :-D
All checks were successful
Hugo deploy / retrieve-and-execute (push) Successful in 0s

This commit is contained in:
lourenco
2025-09-11 15:53:00 +02:00
parent 512bcce29b
commit c9788162fa

View File

@@ -1,8 +1,8 @@
<footer class="footer"> <footer class="footer">
<div class="footer__inner"> <div class="footer__inner">
<div class="copyright"> <div class="copyright">
<span>This website does not have a comments functionality.</span><br> <span>This website does not have a comments functionality.</span>
<span>Please reach out by <a href="/about">e-mail</a> or <a href="https://schedule.excipio.tech/">scheduling a call with me!</a></span><br> <span>Please reach out by <a href="/about">e-mail</a> or <a href="https://schedule.excipio.tech/">scheduling a call with me!</a></span>
<span>© {{ now.Year }} Powered by <a href="https://gohugo.io">Hugo</a> :: <a href="https://github.com/panr/hugo-theme-terminal" target="_blank">Theme</a> made by <a href="https://github.com/panr" target="_blank">panr</a></span> <span>© {{ now.Year }} Powered by <a href="https://gohugo.io">Hugo</a> :: <a href="https://github.com/panr/hugo-theme-terminal" target="_blank">Theme</a> made by <a href="https://github.com/panr" target="_blank">panr</a></span>
</div> </div>
</div> </div>