small fixes

This commit is contained in:
teldra 2022-03-27 12:06:12 +02:00
parent 268ed7f8dc
commit 283883ab1f
1 changed files with 3 additions and 3 deletions

View File

@ -13,9 +13,9 @@
{{- if ge $limit 1 -}} {{- if ge $limit 1 -}}
{{- $pages = $pages | first $limit -}} {{- $pages = $pages | first $limit -}}
{{- end -}} {{- end -}}
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" {{- printf "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>" | safeHTML }}
xmlns:content="http://purl.org/rss/1.0/modules/content/" <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
xmlns:atom="http://www.w3.org/2005/Atom"> <channel> <channel>
<title>{{ .Site.Title }}</title> <title>{{ .Site.Title }}</title>
<link>{{ .Permalink }}</link> <link>{{ .Permalink }}</link>
<description>Aktuelles von {{ .Site.Title }}</description> <description>Aktuelles von {{ .Site.Title }}</description>