Skip to content

Commit

Permalink
fix model.ml for Atom generation
Browse files Browse the repository at this point in the history
  • Loading branch information
xvw authored Nov 16, 2023
1 parent 298ebee commit 8580837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generator/model.ml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ module Atom_util = struct
~links:[ Syndic.Atom.link ~rel:Syndic.Atom.Self ~hreflang:"fr" id ]
~updated entries

let to_string feed = Yocaml_syndication.Atom.to_string feed
let to_string feed = Atom.to_atom feed
end

module Date_filename = struct
Expand Down

0 comments on commit 8580837

Please sign in to comment.