Add some changes to the footer for images.
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
{{- /* 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 */ -}}
|
||||
|
||||
Reference in New Issue
Block a user