{{- with site.Params.hb.blog.sidebar.profile }}
{{ default site.Title .title | markdownify }}
{{ default site.Params.description .description | markdownify }}
{{- with .company }} {{- partial "icons/icon" (dict "vendor" "bootstrap" "name" "building" "className" "me-1") -}} {{- . | markdownify -}} {{- end }} {{- with .location }} {{- partial "icons/icon" (dict "vendor" "bootstrap" "name" "geo-alt" "className" "me-1") -}} {{- . | markdownify -}} {{- end }}
{{- with .socials }} {{- $color := default true ._color }}