Fix syntax
This commit is contained in:
parent
d1efd22180
commit
040284abf2
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ with .Resources.GetMatch "{cover.svg,cover.*}" }}
|
{{ with .Resources.GetMatch "{cover.svg,cover.*}" }}
|
||||||
<img src="{{ .Permalink }}">
|
<img src="{{ .Permalink }}">
|
||||||
{{ end }}
|
{{ end }}
|
||||||
Posted by {{ .Site.Params.author }} on {{ partial "time.html" . }}
|
Posted by {{ .Site.Params.author }} on {{ partial "time.html" . }}
|
||||||
|
|
Reference in a new issue