waffelo.net/themes/plague/layouts/partials/footer.html
2025-04-24 21:30:21 +02:00

15 lines
373 B
HTML

<div class="footer-container">
<!-- <div class="h-card bio">
{{- partial "hcard.html" . -}}
</div>-->
{{- with .Site.Params.SiteFooterText -}}
<div class="footer-text footer-right">
<p>
{{ . | markdownify }}
</p>
</div>
{{- end -}}
</div>
<div class="h-card social">
<!-- {{ partial "social.html" . -}} -->
</div>