{{ if $.Site.Params.social }} {{ $items := $.Site.Params.social }} {{ $len := (len $items) }} {{ if gt $len 0 }}
{{ range $k, $v := $items }} {{ if $v}} {{ end }} {{ end }}
{{ end }} {{ end }}
{{ if $.Site.Params.contact.email }}

{{ $.Site.Params.contact.email }}

{{ end }} {{ if $.Site.Params.contact.phone }}

{{ $.Site.Params.contact.phone }}

{{ end }} {{ if $.Site.Params.contact.skype }}

{{ $.Site.Params.contact.skype }}

{{ end }} {{ if $.Site.Params.contact.address }}

{{ $.Site.Params.contact.address }}

{{ end }}
{{ if $.Site.Params.copy.copy }}

{{ $.Site.Params.copy.copy }}

{{ else }}

© {{ now.Format "2006" }} - {{ $.Site.Title }}

{{ end }}
{{ partial "scripts.html" . }}