Skip to content

Commit

Permalink
limit news.xml feed to last 90 days to make it auto-post to social me…
Browse files Browse the repository at this point in the history
…dia (#2642)
  • Loading branch information
sabine authored Aug 7, 2024
1 parent f9196db commit a95d67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/ood-gen/lib/news.ml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module RssFeed = struct
let create_feed () =
let open Rss in
all ()
|> create_entries ~create_entry
|> create_entries ~create_entry ~days:90
|> entries_to_feed ~id:"news.xml" ~title:"OCaml News @ OCaml.org"
|> feed_to_string
end

0 comments on commit a95d67e

Please sign in to comment.