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

github.com/calintat/minimal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authororangefiredragon <orangefiredragon@users.noreply.github.com>2018-03-09 19:28:05 +0300
committerCalin Tataru <calintat@gmail.com>2018-03-09 19:28:05 +0300
commit4a6d41660ab4026e263b1a064cef085fa4e6fa1b (patch)
treeaeeeca59138f9c3e040481c3d2173c9ae1fc36f5
parentce05d4814ac707cd597ceabe298cfd14baa91554 (diff)
Update header.html (#58)
To customize favicon
-rw-r--r--layouts/partials/header.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 2adaea6..097463c 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -5,6 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ .Title }}</title>
+ <link rel="icon" href="{{ .Site.Params.favicon | absURL }}">
{{ partial "css" . }} {{ partial "js" . }} {{ .Hugo.Generator }}
{{ if .RSSLink }}
<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />