diff --git a/templates/layout.html b/templates/layout.html
index c2fa302..b5f3315 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -16,12 +16,11 @@
{%- endblock %}
{% include "partials/head.html" -%}
-
diff --git a/templates/partials/head.html b/templates/partials/head.html
index 744f8d4..44a4e28 100644
--- a/templates/partials/head.html
+++ b/templates/partials/head.html
@@ -1,3 +1,4 @@
+{%- set website = 'podcast.c3woc.de' %}
@@ -5,9 +6,9 @@
{%- block expand_ogg_image -%}
"{{ '/images/banner.jpg'|asseturl }}"
{%- endblock %} />
-
-
-
+
+
+
@@ -18,19 +19,19 @@
-
+
{%- if '/css/main.min.css'|asseturl == empty %}
-
-
-
+
+
+
{%- else %}
{%- endif %}