fix atom feed

This commit is contained in:
teldra 2022-06-24 02:37:02 +02:00
parent 97fd6f12ad
commit c59f5d22d7
1 changed files with 1 additions and 2 deletions

View File

@ -37,8 +37,7 @@
{{ $alink := .Permalink }}
{{ range .Resources.ByType "image" }}
{{ if and (not (in $c .Name)) (not (in .Name "banner")) }}
{{ .Name }}
<a href="{{ $alink }}" class="article_image no_underline"> <img loading="lazy" src="{{ .Permalink }}" alt="lala" width=780 height="520" /><br> lala </a>
<a href="{{ $alink }}" class="article_image no_underline"> <img loading="lazy" src="{{ .Permalink }}" alt="lala" width=780 height="520" /><br> {{ .Name }} </a>
{{ end }}
{{ end }}
]]></content>