diff --git a/layouts/partials/site-footer.html b/layouts/partials/site-footer.html index d014f77..cafb130 100755 --- a/layouts/partials/site-footer.html +++ b/layouts/partials/site-footer.html @@ -3,6 +3,9 @@ © {{ now.Format "2006" }} {{ .Site.Title }} + {{ with .Site.Params.contact_footer_info }} +
{{ . }}
+ {{ end }}
{{ partial "social-follow.html" . }}