make home link
Some checks failed
/ clippy (push) Failing after 1m51s
/ test (push) Failing after 1m57s

This commit is contained in:
Chris Cochrun 2026-03-31 14:58:15 -05:00
parent 31eb7c9b2e
commit 42842b8bbe

View file

@ -172,7 +172,7 @@ fn build_html(inner_html: String, keywords: HashMap<String, String>) -> String {
</style>"#;
let preamble = r#"<nav>
<ul>
<li><strong>Chris Cochrun</strong></li>
<li><a href="/"><strong>Chris Cochrun</strong></a></li>
</ul>
<ul>
<li><a href="/notes">Notes</a></li>