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 }}
|