{{- $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 -}} {{- if $avatar -}}
{{- $firstMenu := "" -}} {{- if .Site.Menus.main -}} {{- range first 1 $.Site.Menus.main -}} {{- $firstMenu = . -}} {{- end -}} {{- end -}} {{- with $firstMenu -}} {{- dict "src" $avatar "alt" .Name | partial "plugin/image.html" -}} {{- else -}} {{- dict "src" $avatar "alt" " " | partial "plugin/image.html" -}} {{- end -}}
{{- end -}} {{- with .Site.Params.home.profile.subtitle -}}

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

{{- end -}} {{- if .Site.Params.home.profile.social -}} {{- end -}} {{- with .Site.Params.home.profile.disclaimer -}}

{{- . | safeHTML -}}

{{- end -}}