mirror of
https://github.com/LukeHagar/jims-blog.git
synced 2025-12-06 04:20:07 +00:00
Trying to set favicon
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<link rel="icon" href={{ .Site.Params.favicon | default "/fav.png" }} type="image/gif">
|
||||
<link rel="icon" href={{ .Site.Params.favicon | default "/fav.png" }} type="image/png">
|
||||
|
||||
<!-- Fonts -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
@@ -40,6 +40,10 @@
|
||||
<link rel="stylesheet" href="{{ .Site.Params.staticPath }}/style.css">
|
||||
{{ end }}
|
||||
|
||||
<link rel="shortcut icon" type="image/png" href="/fav.png">
|
||||
<link rel="shortcut icon" sizes="192x192" href="/fav.png">
|
||||
<link rel="apple-touch-icon" href="/img/fav.png">
|
||||
|
||||
<!-- Clarity -->
|
||||
<script>
|
||||
(function(c,l,a,r,i,t,y) {
|
||||
|
||||
Reference in New Issue
Block a user