Skip to content

Commit

Permalink
Move favicon to assets folder
Browse files Browse the repository at this point in the history
  • Loading branch information
yochem committed Oct 11, 2024
1 parent 7a4340d commit d5966e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
File renamed without changes.
4 changes: 3 additions & 1 deletion layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
{{ with resources.Get "style.css" }}
<link rel="stylesheet" href="{{ .RelPermalink }}">
{{ end }}
<link rel="icon" type="image/x-icon" href="/favicon.ico">
{{ with resources.Get "favicon.ico" }}
<link rel="icon" href="{{ .RelPermalink }}">
{{ end }}
</head>

<body>
Expand Down

0 comments on commit d5966e4

Please sign in to comment.