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:
commit
f10a30f29c
1 changed files with 1 additions and 1 deletions
|
@ -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 =
|
||||||
|
|
Loading…
Reference in a new issue