{{- with site.Params.hb.blog.sidebar.profile }}
{{- $avatarSize := default 100 .avatar_size }} {{- with .avatar }} {{ partial "images/image" (dict "Filename" (printf "/%s?height=%d&width=%d" (strings.TrimPrefix "/" .) $avatarSize $avatarSize) "ClassName" "hb-blog-sidebar-profile-img rounded-circle img-fluid mb-3") }} {{- end }}

{{ 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 }} {{- end }}
{{- end }}