redstrate.com/themes/red/layouts/partials/header.html

6 lines
193 B
HTML
Raw Normal View History

2023-02-23 17:39:20 -05:00
{{ $avatar := resources.Get .Site.Params.profile_picture }}
{{ with $avatar }}
<img src="{{ .RelPermalink }}" width="{{ .Width }}" height="{{ .Height }}"/>
{{ end }}
<h1>{{ .Site.Title }}</h1>