{{- $avatar := .Site.Params.home.profile.avatarURL -}} {{- with .Site.Params.home.profile.gravatarEmail -}} {{- $avatar = md5 . | printf "https://www.gravatar.com/avatar/%s?s=240&d=mp" -}} {{- end -}} {{- with $avatar -}}
{{- partial "plugin/image.html" (dict "src" . "alt" (T "home")) -}}
{{- end -}} {{- with .Site.Params.home.profile.subtitle -}}

{{- if $.Site.Params.home.profile.typeit -}} {{- $id := partial "function/id.html" (dict "content" . "scratch" $.Scratch) -}}
{{- dict $id (slice $id) | dict "typeitMap" | merge ($.Scratch.Get "this") | $.Scratch.Set "this" -}} {{- else -}} {{- . -}} {{- end -}}

{{- end -}} {{- if .Site.Params.home.profile.social -}} {{- partial "plugin/social.html" (dict "social" .Site.Params.social "scratch" $.Scratch) -}} {{- end -}} {{- with .Site.Params.home.profile.disclaimer -}}

{{- . | safeHTML -}}

{{- end -}}