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

3 lines
202 B
HTML

{{ with resources.Get .Site.Params.profile_picture }}
<img id="about-pic" alt="Profile Picture" title="Profile Picture" src="{{ .RelPermalink }}" width="{{ .Width }}" height="{{ .Height }}">
{{ end }}