remove a bunch of .html links

This commit is contained in:
りき萌 2024-03-03 21:39:54 +01:00
parent 8eca6b29ec
commit 1d2ce8d701
5 changed files with 6 additions and 6 deletions

View file

@ -24,7 +24,7 @@ pub fn breadcrumbs_to_html(
.unwrap_or_else(|| Cow::Owned(format!("/{element}")));
write!(
s,
"<a href=\"{site}/{element}.html\">{short_element}</a>",
"<a href=\"{site}/{element}\">{short_element}</a>",
site = EscapeAttribute(&config.site),
element = EscapeAttribute(element)
)