agregando información de contacto al pie de la pagina
This commit is contained in:
parent
1c485fac54
commit
d25663833f
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
|||
<a class="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3" href="{{ .Site.BaseURL }}" >
|
||||
© {{ now.Format "2006" }} {{ .Site.Title }}
|
||||
</a>
|
||||
{{ with .Site.Params.contact_footer_info }}
|
||||
<div class="f4 fw4 hover-white white-70 dn dib-ns pv2 ph3">{{ . }} </div>
|
||||
{{ end }}
|
||||
<div>{{ partial "social-follow.html" . }}</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
Loading…
Reference in a new issue