diff options
| author | Joe Carstairs <me@joeac.net> | 2026-09-15 20:15:42 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-09-15 20:15:42 +0100 |
| commit | a036c3dfe1ae7af4429753d8ae232b140aef16fa (patch) | |
| tree | bfb642d790446763f0e03c0cb45f8bbe00cea586 | |
| parent | d0f47be57bbde49b765f02666cd76c34c61f88dc (diff) | |
| -rw-r--r-- | roles/rss-aggregator/templates/rss-aggregator.toml | 1 |
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 }}" |
