diff options
-rw-r--r-- | layouts/_default/list.xml | 1 | ||||
-rw-r--r-- | layouts/index.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/layouts/_default/list.xml b/layouts/_default/list.xml index 219354b..283d5d0 100644 --- a/layouts/_default/list.xml +++ b/layouts/_default/list.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="utf-8"?> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> <link rel="alternate" type="text/html" href="{{ .Site.BaseURL }}"/> diff --git a/layouts/index.xml b/layouts/index.xml index c8bce41..7219b4b 100644 --- a/layouts/index.xml +++ b/layouts/index.xml @@ -1,4 +1,5 @@ {{ if not .Site.Params.disableIncidentHistory }} +<?xml version="1.0" encoding="utf-8"?> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <channel> <!-- |