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

5 lines
214 B
HTML
Raw Normal View History

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