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 | |
| parent | 555e95319513c7c8289ffe9d188ca1899e5cf70d (diff) | |
| download | blog-b149f53abb70a5288d7ef35fb070c77bdb5fda78.tar.gz blog-b149f53abb70a5288d7ef35fb070c77bdb5fda78.zip | |
add favicon, GitHub, E-Mail
| -rw-r--r-- | config.toml | 2 | ||||
| -rw-r--r-- | layouts/partials/header.html | 1 | ||||
| -rw-r--r-- | static/favicon.png | bin | 0 -> 4113 bytes |
3 files changed, 3 insertions, 0 deletions
diff --git a/config.toml b/config.toml index d8cfe95..af4290c 100644 --- a/config.toml +++ b/config.toml @@ -6,4 +6,6 @@ pygmentsuseclasses = true pygmentscodefences = true [params] logo = "/logo.svg" + email = "blog@schneefux.xyz" + github = "schneefux" # Theme based on rakuishi/hugo-zen, MIT 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> diff --git a/static/favicon.png b/static/favicon.png Binary files differnew file mode 100644 index 0000000..7e81eed --- /dev/null +++ b/static/favicon.png |
