diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-05-22 09:24:05 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-05-22 09:24:05 +0200 |
| commit | b149f53abb70a5288d7ef35fb070c77bdb5fda78 (patch) | |
| tree | dc6d7a694e37a8a0b8080bbf3ff08e57f28e0086 /layouts | |
| parent | 555e95319513c7c8289ffe9d188ca1899e5cf70d (diff) | |
| download | blog-b149f53abb70a5288d7ef35fb070c77bdb5fda78.tar.gz blog-b149f53abb70a5288d7ef35fb070c77bdb5fda78.zip | |
add favicon, GitHub, E-Mail
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/partials/header.html | 1 |
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> |
