Files
FixIt/layouts/partials/custom/footer.html
T

6 lines
151 B
HTML

{{- /* Custom footer html */ -}}
{{- with .Site.Params.footer.custom -}}
<div class="footer-line custom">
{{- safeHTML . -}}
</div>
{{- end -}}