diff --git a/config.yml b/config.yml
index 5929cc0..b8880ee 100644
--- a/config.yml
+++ b/config.yml
@@ -11,6 +11,7 @@ title: "Geeklabor"
theme: "geeklab"
params:
+ longTitle: "Linux und Open Source Blog"
author: "robert-kaussow"
taxonomies:
diff --git a/themes/geeklab/layouts/_default/baseof.html b/themes/geeklab/layouts/_default/baseof.html
index ba6d3e7..3c178a2 100644
--- a/themes/geeklab/layouts/_default/baseof.html
+++ b/themes/geeklab/layouts/_default/baseof.html
@@ -1,12 +1,12 @@
-
- {{- partial "head.html" . -}}
+
+ {{ partial "head.html" . -}}
@@ -30,7 +30,7 @@
{{ block "main" . }}{{ end }}
- {{- partial "footer.html" . -}}
+ {{ partial "footer.html" . -}}
diff --git a/themes/geeklab/layouts/partials/head.html b/themes/geeklab/layouts/partials/head.html
index 7bf26bc..43c10bb 100644
--- a/themes/geeklab/layouts/partials/head.html
+++ b/themes/geeklab/layouts/partials/head.html
@@ -1,5 +1,10 @@
+ {{ .Site.Title }}
+
+
+
+
{{ range .AlternativeOutputFormats -}}
{{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ end -}}
diff --git a/themes/geeklab/static/apple-touch-icon.png b/themes/geeklab/static/apple-touch-icon.png
new file mode 100644
index 0000000..9c9182a
Binary files /dev/null and b/themes/geeklab/static/apple-touch-icon.png differ
diff --git a/themes/geeklab/static/favicon.ico b/themes/geeklab/static/favicon.ico
new file mode 100644
index 0000000..38a836b
Binary files /dev/null and b/themes/geeklab/static/favicon.ico differ
diff --git a/themes/geeklab/static/favicon.png b/themes/geeklab/static/favicon.png
new file mode 100644
index 0000000..9c9182a
Binary files /dev/null and b/themes/geeklab/static/favicon.png differ