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

github.com/wayjam/hugo-theme-mixedpaper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayJam So <imsuwj@gmail.com>2020-05-10 13:26:44 +0300
committerWayJam So <imsuwj@gmail.com>2020-05-10 13:26:44 +0300
commit06dd1bb818581ce913bfc42d3fce8718ff77b9c4 (patch)
treec68c631d229e8e3639cbba16171230b474d8f8ab
parent81f821095edb87e6b6180a3064b97de3c95605d5 (diff)
add: favicon
-rw-r--r--layouts/partials/head.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 70973de..919827d 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -6,6 +6,7 @@
<title>{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }} | {{ .Site.Title }}{{ end }}</title>
<!-- Icons -->
+ <link rel="shortcut icon" href="{{ `favicon.ico` | absURL }}" type="image/x-icon">
<meta name="theme-color" content="#ffffff">
<!-- Styles -->