Files
Ludovic Bouchard daf6b8f55f
Some checks failed
Deploy Hugo site / deploy (push) Failing after 47s
First template
2026-03-16 22:25:02 +01:00

16 lines
434 B
HTML

<footer class="site-footer">
<div class="page-shell footer-inner">
<p>{{ site.Title }}.</p>
<div class="footer-links">
{{ with site.Params.github }}
<a href="{{ . }}">GitHub</a>
{{ end }}
{{ with site.Params.linkedin }}
<a href="{{ . }}">LinkedIn</a>
{{ end }}
{{ with site.Params.email }}
<a href="mailto:{{ . }}">Email</a>
{{ end }}
</div>
</div>
</footer>