add RSS to newsroom

This commit is contained in:
samaradel
2023-12-11 16:25:16 +02:00
parent e3e7464858
commit 13b025ca5d

View File

@@ -1,7 +1,9 @@
--- ---
title: "News" title: "News"
paginate_by: 9 paginate_by: 9
# paginate_reversed: false # paginate_reversed: false
sort_by: "date" sort_by: "date"
insert_anchor_links: "left" insert_anchor_links: "left"
#base_url: "posts" #base_url: "posts"
@@ -10,4 +12,5 @@ insert_anchor_links: "left"
template: "layouts/newsroom.html" template: "layouts/newsroom.html"
page_template: "newsPage.html" page_template: "newsPage.html"
#transparent: true #transparent: true
generate_feed: true
--- ---