diff --git a/layouts/_default/li-next.html b/layouts/_default/li-next.html
index 0999f7c..715e98f 100644
--- a/layouts/_default/li-next.html
+++ b/layouts/_default/li-next.html
@@ -3,7 +3,7 @@
{{ if isset .Params "featuredimage" }}
Next Article
-

+
{{ end }}
diff --git a/layouts/_default/li.html b/layouts/_default/li.html
index 441bca0..e617772 100644
--- a/layouts/_default/li.html
+++ b/layouts/_default/li.html
@@ -2,7 +2,7 @@
href="{{ .Permalink }}" class="card blog-card" rel="bookmark" >
{{ if isset .Params "featuredimage" }}
-

+
{{ end }}
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index a9c2ea5..116d9a5 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -11,7 +11,7 @@
{{ if isset .Params "featuredimage" }}
-
+
{{ end }}
{{ .Content }}
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 533a385..ea07c0c 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -6,21 +6,21 @@
{{ if (fileExists "static/img/favicon.ico") -}}
-
+
{{- end }}
{{ if (fileExists "static/img/favicon.png") -}}
-
+
{{- end }}
-
-
+
+
-
+
{{ if isset $.Site.Params "bgimg" }}
{{ end }}
diff --git a/layouts/partials/home-card.html b/layouts/partials/home-card.html
index 157a055..f57b2f2 100644
--- a/layouts/partials/home-card.html
+++ b/layouts/partials/home-card.html
@@ -1,4 +1,4 @@
+ href="/" class="card home-card" style="background-image: url({{if isset .Site.Params "homeimg"}} {{ .Site.Params.homeimg | absURL | safeCSS }} {{ else }} /img/grey-cloud.jpg | absURL {{ end }} )" rel="bookmark" >
Home
\ No newline at end of file
diff --git a/layouts/partials/nav-bar.html b/layouts/partials/nav-bar.html
index bf288a2..06baad9 100644
--- a/layouts/partials/nav-bar.html
+++ b/layouts/partials/nav-bar.html
@@ -12,12 +12,12 @@