Logo to home

This commit is contained in:
Frank "PHiAX" Weggelaar 2026-03-02 22:40:51 +01:00
parent dd4e330838
commit 6d2c594005

View file

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