Fix syntax

This commit is contained in:
Elnu 2022-07-04 22:44:18 -07:00
parent d1efd22180
commit 040284abf2

View file

@ -1,4 +1,4 @@
{ with .Resources.GetMatch "{cover.svg,cover.*}" }}
{{ with .Resources.GetMatch "{cover.svg,cover.*}" }}
<img src="{{ .Permalink }}">
{{ end }}
Posted by {{ .Site.Params.author }} on {{ partial "time.html" . }}