forked from Bunteshaus/bunteshaus.de
fix atom feed
This commit is contained in:
parent
97fd6f12ad
commit
c59f5d22d7
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user