4 lines
169 B
HTML
4 lines
169 B
HTML
{{ with resources.Get .Site.Params.profile_picture }}
|
|
<img src="{{ .RelPermalink }}" width="{{ .Width }}" height="{{ .Height }}"/>
|
|
{{ end }}
|
|
<h1>{{ .Site.Title }}</h1>
|