This commit is contained in:
Thomas Chartron 2021-11-04 23:18:32 +01:00
parent f81a4eb8b2
commit 10806f1937

View file

@ -56,7 +56,10 @@ hard_link_static = false
# ] # ]
# #
taxonomies = [ taxonomies = [
{name = "tags", paginate_by = 5} {name = "tags", paginate_by = 5, feed = true, lang = "en"},
{name = "categories", paginate_by = 5, feed = true, lang = "en"},
{name = "tags", paginate_by = 5, feed = true, lang = "fr"},
{name = "categories", paginate_by = 5, feed = true, lang = "fr"},
] ]
# When set to "true", a search index is built from the pages and section # When set to "true", a search index is built from the pages and section