Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/leonhe/hugo_eiio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuanfei He <lhe868@gmail.com>2020-07-26 08:44:27 +0300
committerYuanfei He <lhe868@gmail.com>2020-07-26 08:44:27 +0300
commite6c5629aba617438ce42693e3c9de83f293e0277 (patch)
treebfaa5dfd51dc32c76c862fe791ca6d93ab50451e
parentc5acb42fe03dbddd4310c367aa2223d9ccc79d0b (diff)
:lipstick: update bookmark favicon
-rw-r--r--layouts/_default/baseof.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 4539fd4..b59db12 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -16,7 +16,8 @@
{{ .Title }} - {{ .Site.Title }}
{{ end }}
</title>
- <link rel="shortcut icon" href="/favicon.ico" />
+ <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+<link rel="Bookmark" href="/favicon.ico" />
{{ if .Site.Params.securityPolicy }}
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
{{ end }}