We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 722cf78 commit e8d109aCopy full SHA for e8d109a
front_matter/src/lib.rs
@@ -108,7 +108,6 @@ pub fn normalize(
108
slug = slug.split_once('@').map(|(s, _)| s).unwrap_or(slug),
109
);
110
}
111
- front_matter.aliases = vec![format!("{}.html", front_matter.path)];
112
113
if front_matter.extra.team.is_some() ^ front_matter.extra.team_url.is_some() {
114
bail!("extra.team and extra.team_url must always come in a pair");
0 commit comments