hugo-toha/layouts/partials/helpers/get-profile-image.html

5 lines
173 B
HTML

{{ $profileImage:= "/assets/images/default-avatar.svg"}}
{{ if .Site.Data.home.image }}
{{ $profileImage = .Site.Data.home.image }}
{{ end }}
{{ return $profileImage }}