remove a bunch of .html links
This commit is contained in:
parent
8eca6b29ec
commit
1d2ce8d701
5 changed files with 6 additions and 6 deletions
|
@ -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)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue