phiax-hugo-theme/layouts/_partials/header.html
Frank "PHiAX" Weggelaar 6d2c594005 Logo to home
2026-03-02 22:40:51 +01:00

3 lines
130 B
HTML

{{- with resources.Get "images/logo_purple.png" }}
<a href="{{ .Site.BaseURL }}"><img src="{{ .RelPermalink }}" /></a>
{{- end }}