summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-09-15 20:15:42 +0100
committerJoe Carstairs <me@joeac.net>2026-09-15 20:15:42 +0100
commita036c3dfe1ae7af4429753d8ae232b140aef16fa (patch)
treebfb642d790446763f0e03c0cb45f8bbe00cea586
parentd0f47be57bbde49b765f02666cd76c34c61f88dc (diff)
rss-aggregator has max_age=31HEADmain
-rw-r--r--roles/rss-aggregator/templates/rss-aggregator.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/rss-aggregator/templates/rss-aggregator.toml b/roles/rss-aggregator/templates/rss-aggregator.toml
index 2812605..1b408f6 100644
--- a/roles/rss-aggregator/templates/rss-aggregator.toml
+++ b/roles/rss-aggregator/templates/rss-aggregator.toml
@@ -9,6 +9,7 @@ link = "https://joeac.net/{{ feed_rss_path }}"
outfile_rss = "{{ http_files_dir }}/feed/{{ feed_rss_path }}"
outfile_html = "{{ http_files_dir }}/feed/{{ feed_html_path }}"
produce_formats = ["html", "rss"]
+max_age = 31
[output.html]
head = "{{ feed_html_head }}"