aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKay Strobach <github@kay-strobach.de>2022-02-03 17:10:11 +0100
committerGitHub <noreply@github.com>2022-02-03 17:10:11 +0100
commit2a4441d1989da3b90de0b21237dc0119482eb53d (patch)
tree4bf8884e942367a36a4e7b6d52decd6fd1e01246
parent615d0d28e8821497d6078781e5943d54eabdeaab (diff)
[BUGFIX] avoid escaping the xml prolugue in index.html
#226
-rw-r--r--layouts/index.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.xml b/layouts/index.xml
index 7219b4b..89f76b0 100644
--- a/layouts/index.xml
+++ b/layouts/index.xml
@@ -1,5 +1,5 @@
{{ if not .Site.Params.disableIncidentHistory }}
-<?xml version="1.0" encoding="utf-8"?>
+{{- printf "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>" | safeHTML }}
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<!--