From d25663833f022faf138c213b556f715909f96c8d Mon Sep 17 00:00:00 2001 From: "francisco.garcia" Date: Wed, 18 Sep 2019 16:45:20 -0500 Subject: [PATCH] =?UTF-8?q?agregando=20informaci=C3=B3n=20de=20contacto=20?= =?UTF-8?q?al=20pie=20de=20la=20pagina?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/partials/site-footer.html | 3 +++ 1 file changed, 3 insertions(+) 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" . }}