Merge pull request 'Drop double slash in feed urls' (#11) from fix-feeds into main

Reviewed-on: #11
Reviewed-by: dinosaure <romain.calascibetta@gmail.com>
This commit is contained in:
dinosaure 2024-10-25 15:37:31 +00:00
commit f10a30f29c

View file

@ -603,7 +603,7 @@ struct
end end
let feed_title = "The Robur's blog" let feed_title = "The Robur's blog"
let site_url = "https://blog.robur.coop/" let site_url = "https://blog.robur.coop"
let feed_description = "The Robur cooperative blog" let feed_description = "The Robur cooperative blog"
let fetch_articles = let fetch_articles =