Fix trailing slash in header

This commit is contained in:
Joshua Goins 2023-04-17 14:15:15 -04:00
parent d926ff66dd
commit cbd67fd038

View file

@ -1,4 +1,4 @@
{{ with resources.Get .Site.Params.profile_picture }} {{ with resources.Get .Site.Params.profile_picture }}
<img alt="Profile Picture" title="Profile Picture" src="{{ .RelPermalink }}" width="{{ .Width }}" height="{{ .Height }}"/> <img alt="Profile Picture" title="Profile Picture" src="{{ .RelPermalink }}" width="{{ .Width }}" height="{{ .Height }}">
{{ end }} {{ end }}
<h1>{{ .Site.Title }}</h1> <h1>{{ .Site.Title }}</h1>