summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.toml2
-rw-r--r--layouts/partials/header.html1
-rw-r--r--static/favicon.pngbin0 -> 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
new file mode 100644
index 0000000..7e81eed
--- /dev/null
+++ b/static/favicon.png
Binary files differ