{{ with .Site.Params.author }}

{{ . }}

{{ end }} {{ with .Site.Params.bio }}

{{ . }}

{{ end }} {{ with .Site.Params.location }}{{ . }}{{ end }} {{ with .Site.Params.profile.follow_button }} {{ with $.Site.Data.l10n.profile.follow_button }}{{ . }}{{ end }} {{ end }}
{{ len (where .Site.RegularPages "Type" "post") }} {{ with .Site.Data.l10n.profile.posts }}{{ . }}{{ end }}
{{ len .Site.Taxonomies.tags }} {{ with .Site.Data.l10n.profile.tags }}{{ . }}{{ end }}
{{ partial "social" . }}