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:
authorPavel Kanyshev <aerohub@users.noreply.github.com>2018-05-23 07:27:36 +0300
committerGitHub <noreply@github.com>2018-05-23 07:27:36 +0300
commit40754870b76aed38ef03c720b9d08a1867c4cdcd (patch)
treea3022c99edeb1082460fbf3f2cfc2dc1fa9a0922
parent7488776eb014298ac87a8caa632edcd8c2b2bf09 (diff)
parentb29ff3341c0cb2879d656cd60cd61e9b1b1f5299 (diff)
Merge pull request #17 from charly3pins/headChanged
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 {