fix atom feed

This commit is contained in:
teldra 2022-06-24 02:38:28 +02:00
parent c59f5d22d7
commit f8acd88448
1 changed files with 1 additions and 1 deletions

View File

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