{{ define "main" }}
{{ if .Site.Params.portrait.path }} {{ .Site.Params.portrait.alt }} {{ end }}
{{- with .Site.Params.homeSubtitle }}

{{.}}

{{- end }}
{{- with .Site.Params.social }}
{{ partial "social-icons.html" . }}
{{- end }}
{{ end }}