update: support multiple feed filenames in config and templates
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
5265b6d5cc
commit
ea27453685
3 changed files with 12 additions and 5 deletions
|
|
@ -16,8 +16,8 @@ taxonomies = [
|
|||
{name = "tags", feed = true, paginate_by=10},
|
||||
]
|
||||
|
||||
generate_feed = true
|
||||
feed_filename = "rss.xml"
|
||||
generate_feeds = true
|
||||
feed_filenames = ["rss.xml"]
|
||||
|
||||
[search] # Options specific to elasticlunr search.
|
||||
# index format can be: elasticlunr_json or elasticlunr_javascript
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue