5 lines
181 B
HTML
5 lines
181 B
HTML
|
{{ $avatar := resources.Get .Site.Params.profile_picture }}
|
||
|
{{ with $avatar }}
|
||
|
<img id="about-pic" src="{{ .RelPermalink }}" width="{{ .Width }}" height="{{ .Height }}"/>
|
||
|
{{ end }}
|