Skip to content

Commit

Permalink
fix: blog link
Browse files Browse the repository at this point in the history
  • Loading branch information
simbleau committed Nov 20, 2023
1 parent b7f7a2a commit d8195f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/navigation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub fn navigation() -> Html {
(NavDestination::Internal(Route::Resume), html!({ "résumé" })),
(
NavDestination::External(AttrValue::Static(
"https://simbleau.github.io/blog/",
"https://simbleau.github.io/",
)),
html! {{ "blog" }},
),
Expand Down

0 comments on commit d8195f8

Please sign in to comment.