site/layouts/shortcodes/pfp.html

3 lines
148 B
HTML

{{ $pfp := resources.Get "/dotslash-ppyl.svg" | resources.Fingerprint "md5" -}}
<img class="pfp" width="32" height="32" src="{{ $pfp.Permalink }}">