diff options
Diffstat (limited to 'layouts/index.atom.xml')
-rw-r--r-- | layouts/index.atom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.atom.xml b/layouts/index.atom.xml index 2f89537..ecda6f8 100644 --- a/layouts/index.atom.xml +++ b/layouts/index.atom.xml @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="UTF-8"?> +{{ printf "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" | safeHTML }} <feed xmlns="http://www.w3.org/2005/Atom"> <id>{{ .Permalink }}</id> <title>{{ .Site.Title }}</title> |