Skip to content

Commit

Permalink
Use logo as favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
pinpox committed Jun 10, 2024
1 parent a5ffc0c commit 34960b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions themes/nixcon-2024/layouts/partials/head.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<link rel="icon" href="logo.svg">
<link rel="mask-icon" href="logo.svg" color="#000000">
<link rel="apple-touch-icon" href="/logo.svg">
<title>NixCon 2024</title>
{{ partialCached "head/css.html" . }}

0 comments on commit 34960b3

Please sign in to comment.