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

github.com/curttimson/hugo-theme-massively.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorniicojs <niicojs@outlook.fr>2018-05-01 22:41:43 +0300
committerniicojs <niicojs@outlook.fr>2018-05-01 22:41:43 +0300
commit3d5314a055917ded949ba15ab6cc8d7782bac9ed (patch)
tree9fb3ea1187b35ccbbdd028792b4ed257d8f63acb
parent9519926ab99b1dce508d95d97772f79c4d732f5e (diff)
favicon
-rw-r--r--layouts/partials/htmlhead.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/partials/htmlhead.html b/layouts/partials/htmlhead.html
index c8ae9d8..35ea1a8 100644
--- a/layouts/partials/htmlhead.html
+++ b/layouts/partials/htmlhead.html
@@ -10,5 +10,8 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href='{{ "assets/css/main.css" | relURL }}' />
+ {{ with .Site.Params.favicon }}
+ <link rel="shortcut icon" href="{{ . }}">
+ {{ end }}
<noscript><link rel="stylesheet" href='{{ "assets/css/noscript.css" | relURL }}' /></noscript>
</head>