2023-04-13 17:19:53 -04:00
|
|
|
{{ with resources.Get .Site.Params.profile_picture }}
|
2023-04-13 18:38:37 -04:00
|
|
|
<img alt="Profile Picture" title="Profile Picture" src="{{ .RelPermalink }}" width="{{ .Width }}" height="{{ .Height }}"/>
|
2023-02-23 17:39:20 -05:00
|
|
|
{{ end }}
|
2022-08-03 13:38:47 -04:00
|
|
|
<h1>{{ .Site.Title }}</h1>
|