redstrate.com/themes/red/layouts/shortcodes/profile-picture.html

5 lines
181 B
HTML
Raw Normal View History

2023-02-23 18:41:33 -05:00
{{ $avatar := resources.Get .Site.Params.profile_picture }}
{{ with $avatar }}
<img id="about-pic" src="{{ .RelPermalink }}" width="{{ .Width }}" height="{{ .Height }}"/>
{{ end }}