Fix dairy link href
This commit is contained in:
parent
4e1b227042
commit
9ba049d021
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ async fn create_back_links(output_dir: &str, this_day: &DateTime<Local>) -> Resu
|
||||||
"[{} - {}](diary:{})",
|
"[{} - {}](diary:{})",
|
||||||
(day - *this_day).to_relative(),
|
(day - *this_day).to_relative(),
|
||||||
first.trim(),
|
first.trim(),
|
||||||
b
|
b.trim_end_matches(".md")
|
||||||
);
|
);
|
||||||
debug!("Link {link}");
|
debug!("Link {link}");
|
||||||
Ok(link)
|
Ok(link)
|
||||||
|
|
Loading…
Reference in a new issue