diff --git a/layouts/partials/extend_footer.html b/layouts/partials/extend_footer.html index 0519748..d620bbe 100644 --- a/layouts/partials/extend_footer.html +++ b/layouts/partials/extend_footer.html @@ -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 -}} + +{{- end -}} +{{ .altText }} +{{- if .url -}} + +{{- end -}} +  +{{- end -}} + {{- /* Footer custom content area end */ -}} diff --git a/layouts/partials/extend_head.html b/layouts/partials/extend_head.html index 150cbef..c024cab 100644 --- a/layouts/partials/extend_head.html +++ b/layouts/partials/extend_head.html @@ -1,4 +1,18 @@ {{- /* Head custom content area start */ -}} {{- /* Insert any custom code (web-analytics, resources, etc.) - it will appear in the section of every page. */ -}} {{- /* Can be overwritten by partial with the same name in the global layouts. */ -}} + {{- /* Head custom content area end */ -}} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 832cdba..bb58ab7 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,5 +1,7 @@ {{- if not (.Param "hideFooter") }} {{- end }} @@ -30,8 +32,6 @@ {{- end }} -{{- partial "extend_footer.html" . }} -