diff --git a/config/_default/outputformats.toml b/config/_default/outputformats.toml index 2165f80..fda32d6 100644 --- a/config/_default/outputformats.toml +++ b/config/_default/outputformats.toml @@ -2,7 +2,7 @@ # RSS-feed (Atom) [RSS] - mediatype = "application/rss" + mediatype = "application/xml" baseName = "atom" # JSON Feed, index.json @@ -15,6 +15,7 @@ mediaType = "text/calendar" baseName = "calendar" +# Index voor zoekfunctionaliteit op de website [SearchIndex] mediatype = "application/json" basename = "searchindex"