Skip to content

Commit

Permalink
feat: add a favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Phosphorus-M committed Sep 19, 2023
1 parent 7acdf81 commit d2b0787
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/layout.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ pub fn Layout(children: Children) -> impl IntoView {
/>
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:site" content="@rustlang"/>
<link rel="icon" href="/LogoSegunMichael-134de58fcd9af94e.ico"/>
{if cfg!(debug_assertions) {
view! { <link rel="stylesheet" href="/output.css"/> }
} else {
Expand Down

0 comments on commit d2b0787

Please sign in to comment.