1
0
Fork 0
bascht.com/layouts/partials/social_logo.html

4 lines
144 B
HTML

{{ if .Params.type }}
<span class="social_logo">{{ readFile (printf "static/images/posts/%s.svg" .Params.type) | safeHTML }}</span>
{{- end -}}