summaryrefslogtreecommitdiff
path: root/layouts/partials/header.html
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2016-05-22 09:24:05 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-05-22 09:24:05 +0200
commitb149f53abb70a5288d7ef35fb070c77bdb5fda78 (patch)
treedc6d7a694e37a8a0b8080bbf3ff08e57f28e0086 /layouts/partials/header.html
parent555e95319513c7c8289ffe9d188ca1899e5cf70d (diff)
downloadblog-b149f53abb70a5288d7ef35fb070c77bdb5fda78.tar.gz
blog-b149f53abb70a5288d7ef35fb070c77bdb5fda78.zip
add favicon, GitHub, E-Mail
Diffstat (limited to 'layouts/partials/header.html')
-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 f8a935b..e466c75 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -4,6 +4,7 @@
<meta charset="utf-8">
{{ .Hugo.Generator }}
<meta name="viewport" content="width=device-width, initial-scale=1">
+<link rel="shortcut icon" type="image/png" href="/favicon.png">
<link rel="stylesheet" href="/css/min.css">
<link rel="alternate" href="/index.xml" type="application/rss+xml" title="{{ .Site.Title }}">
<title>{{ $isHomePage := eq .Title .Site.Title }}{{ .Title }}{{ if eq $isHomePage false }} - {{ .Site.Title }}{{ end }}</title>