{{ .Site.Params.name }}
{{ .Site.Params.aboutAuthor }}
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index a6269a6..ea0a02e 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -8,7 +8,7 @@
{{ else }}
© Copyright {{ now.Format "2006"}} {{ .Site.Params.name }}
{{ end }}
- |
Impressum
+ |
Impressum
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index a283657..6af8c1f 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -8,11 +8,12 @@
{{ with .Site.Params.description }}
{{ end }}
{{ .Hugo.Generator }}
{{ if .IsHome }}{{ .Title }}{{ else }}{{ .Title }} · {{ .Site.Title }}{{ end }}
-
- {{ $style := resources.Get "css/style.css" | resources.Minify | resources.Fingerprint }}
+
+ {{ $css := resources.Get "css/style.css" }}
+ {{ $style := $css | resources.Minify | resources.Fingerprint }}
{{ range .Site.Params.customCSS }}
-
+
{{ end }}
{{ if .Site.Params.enableRSS }}
diff --git a/layouts/partials/js.html b/layouts/partials/js.html
index 721150e..a62497b 100644
--- a/layouts/partials/js.html
+++ b/layouts/partials/js.html
@@ -1,5 +1,5 @@
{{ range .Site.Params.customJS }}
-
+
{{ end }}
{{ with .Site.Params.Piwik }}
diff --git a/layouts/partials/nav.html b/layouts/partials/nav.html
index 1716e92..3dd7512 100644
--- a/layouts/partials/nav.html
+++ b/layouts/partials/nav.html
@@ -5,10 +5,10 @@
{{ end }}
{{ if ne $url "about/" }}
-
{{ with .Site.Params.about }}{{ . }}{{ else }}About{{ end }}
+
{{ with .Site.Params.about }}{{ . }}{{ else }}About{{ end }}
{{ end }}
{{ if .Site.Params.enableRSS }}
{{ with .Site.Params.subscribe }}{{ . }}{{ else }}Subscribe{{ end }}
{{ end }}
-
\ No newline at end of file
+
diff --git a/layouts/partials/profile.html b/layouts/partials/profile.html
index d58f285..56d5ab7 100644
--- a/layouts/partials/profile.html
+++ b/layouts/partials/profile.html
@@ -1,11 +1,11 @@
-
\ No newline at end of file
+