Fix dairy link href

This commit is contained in:
Thomas Gideon 2024-10-06 10:53:38 -04:00
parent 4e1b227042
commit 9ba049d021

View file

@ -234,7 +234,7 @@ async fn create_back_links(output_dir: &str, this_day: &DateTime<Local>) -> Resu
"[{} - {}](diary:{})",
(day - *this_day).to_relative(),
first.trim(),
b
b.trim_end_matches(".md")
);
debug!("Link {link}");
Ok(link)