diff options
| -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 }}" |
