small fixes to the layout
All checks were successful
Hugo deploy / retrieve-and-execute (push) Successful in 0s
All checks were successful
Hugo deploy / retrieve-and-execute (push) Successful in 0s
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user