From a036c3dfe1ae7af4429753d8ae232b140aef16fa Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 15 Sep 2026 20:15:42 +0100 Subject: rss-aggregator has max_age=31 --- roles/rss-aggregator/templates/rss-aggregator.toml | 1 + 1 file changed, 1 insertion(+) 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 }}" -- cgit v1.2.3