pub fn titleize_slug<S: AsRef<str>>(slug: S) -> String
Expand description

Format a user-visible title out of a slug. Correlates to Jekyll’s “title” attribute