3 lines
240 B
HTML
3 lines
240 B
HTML
{{ with resources.Get .Site.Params.profile_picture }}
|
|
<img id="about-pic" alt="Drawing of a catgirl, with blonde hair and dark eyes." title="Profile Picture" src="{{ .RelPermalink }}" width="{{ .Width }}" height="{{ .Height }}">
|
|
{{ end }}
|