{{- if (and (in .Site.Params.human "single") (ne .Type "posts")) -}}
{{- partial "svg.html" (dict "context" . "name" "humanMade") -}}
{{- end -}} {{- if (and (in .Site.Params.human "posts") (eq .Type "posts")) -}}
{{- partial "svg.html" (dict "context" . "name" "humanMade") -}}
{{- end -}}