Skip to content

Commit

Permalink
Update model.ml
Browse files Browse the repository at this point in the history
Try to fix without testing
  • Loading branch information
xvw authored Nov 16, 2023
1 parent b684aaf commit 298ebee
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 = Atom.to_string feed
let to_string feed = Yocaml_syndication.Atom.to_string feed
end

module Date_filename = struct
Expand Down

0 comments on commit 298ebee

Please sign in to comment.