small fixes to the layout
All checks were successful
Hugo deploy / retrieve-and-execute (push) Successful in 0s

This commit is contained in:
lourenco
2025-09-11 15:49:02 +02:00
parent b3e4a25824
commit 512bcce29b
3 changed files with 4 additions and 10 deletions

View File

@@ -1,14 +1,9 @@
<footer class="footer">
<div class="footer__inner">
{{ if $.Site.Copyright }}
<div class="copyright copyright--user">
<span>{{ $.Site.Copyright | safeHTML }}</span>
{{ else }}
<div class="copyright">
<span>This website does not have a comments functionality. 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></span>
{{ end }}
<span>:: <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>This website does not have a comments functionality.</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><br>
<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>
</footer>