15 lines
460 B
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 -}}
|
|
|
|
{{- end -}}
|
|
|
|
{{- /* Footer custom content area end */ -}}
|