From 7a9344835c1bb9795b40539f3a66034333380dfd Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Sat, 22 Jun 2024 14:04:21 +0200 Subject: [PATCH] Enable both rss and atom feeds Signed-off-by: Alexander Borsuk --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 0308bbd7..78d263c0 100644 --- a/config.toml +++ b/config.toml @@ -7,8 +7,8 @@ compile_sass = true title = "Organic Maps" description = "Free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists based on OpenStreetMap data. It is a privacy-focused, open-source fork of Maps.me app (previously known as MapsWithMe), maintained by the same people who created MapsWithMe in 2011." author = "hello@organicmaps.app" -generate_feed = true -feed_filename = "rss.xml" +generate_feeds = true +feed_filenames = ["rss.xml", "atom.xml"] # Whether to build a search index to be used later on by a JavaScript library build_search_index = false