mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-09-03 20:22:41 +00:00
6 lines
151 B
HTML
6 lines
151 B
HTML
{{- /* Custom footer html */ -}}
|
|
{{- with .Site.Params.footer.custom -}}
|
|
<div class="footer-line custom">
|
|
{{- safeHTML . -}}
|
|
</div>
|
|
{{- end -}} |