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

github.com/Chen-Zhe/photo-grid.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarles Fusté <charlyfb90@gmail.com>2018-05-21 18:48:27 +0300
committerCarles Fusté <charlyfb90@gmail.com>2018-05-21 18:48:27 +0300
commitb29ff3341c0cb2879d656cd60cd61e9b1b1f5299 (patch)
treea3022c99edeb1082460fbf3f2cfc2dc1fa9a0922
parent7488776eb014298ac87a8caa632edcd8c2b2bf09 (diff)
added 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 24a87a1..9200fae 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -5,6 +5,7 @@
<meta name="description" content="{{ with .Site.Params.description }}{{ . }}{{ end }}" />
<meta name="keywords" content="{{ with .Site.Params.keywords }}{{ . }}{{ end }}" />
<meta name="author" content="{{ with .Site.Params.author }}{{ . }}{{ end }}" />
+ <link rel="icon" href="{{ .Site.Params.BaseURL }}favicon.ico" />
{{ .Hugo.Generator }}
<style>
body {