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

5 lines
190 B
HTML
Raw Normal View History

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