Enable both rss and atom feeds
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
daaa151ebe
commit
7a9344835c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue