1
0
Files
hugo-PaperMod/layouts/partials/extend_footer.html

15 lines
460 B
HTML

{{- /* Footer custom content area start */ -}}
{{- /* Insert any custom code web-analytics, resources, etc. here */ -}}
{{- range .Site.Params.Footer.images -}}
{{- if .url -}}
<a href="{{ .url }}" target="_blank" style="border-bottom: none;">
{{- end -}}
<img src="{{ .path }}" style="display: inline" {{- if .altText -}} alt="{{ .altText }}"{{- end -}} />
{{- if .url -}}
</a>
{{- end -}}
&nbsp;
{{- end -}}
{{- /* Footer custom content area end */ -}}