redstrate.com/themes/red/layouts/partials/header.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>