fix atom feed urls, as mentioned by gabriel

main
Hannes Mehnert 4 months ago
parent e0e445f1ce
commit c44c1eb72a
  1. 2
      src/canopy_article.ml

@ -123,5 +123,5 @@ let to_atom cache ({ title; author; abstract; uri; created; updated; tags; conte
~updated
?summary
~categories
~links:[Syndic.Atom.link ~rel:Syndic.Atom.Alternate (Uri.of_string uri)]
~links:[Syndic.Atom.link ~rel:Syndic.Atom.Alternate (Uri.of_string ("/" ^ uri))]
()

Loading…
Cancel
Save