Fix RSS feed for taxonomies

This commit is contained in:
timvisee 2021-02-27 18:25:56 +01:00
parent 973d41b951
commit a3d2d86d2c
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ build_search_index = false
check_external_links = false
taxonomies = [
{name = "categories", paginate_by = 5, rss = true},
{name = "tags", paginate_by = 5, rss = true},
{name = "categories", paginate_by = 5, feed = true},
{name = "tags", paginate_by = 5, feed = true},
]
[extra]