Skip to content

Commit

Permalink
Fix comment. Remove debug println. Correct modification to serialized…
Browse files Browse the repository at this point in the history
… config.
  • Loading branch information
SumDonkuS committed Jul 2, 2024
1 parent 441df7e commit 71da1d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/site/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1047,8 +1047,8 @@ impl Site {
Ok(())
}

/// Renders a feed for the given path and at the given path
/// If both arguments are `None`, it will render only the feed for the whole
/// Renders a feeds for the given path and at the given path
/// If both arguments are `None`, it will render only the feeds for the whole
/// site at the root folder.
pub fn render_feeds(
&self,
Expand Down

0 comments on commit 71da1d5

Please sign in to comment.