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