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

4 lines
203 B
HTML
Raw Normal View History

2023-04-13 17:19:53 -04:00
{{ with resources.Get .Site.Params.profile_picture }}
<img id="about-pic" alt="Profile Picture" title="Profile Picture" src="{{ .RelPermalink }}" width="{{ .Width }}" height="{{ .Height }}"/>
2023-02-23 18:41:33 -05:00
{{ end }}