From 22e8a30f2094dbc4f83f72fd9ec1e0a1a30fa94f Mon Sep 17 00:00:00 2001 From: L3D Date: Sun, 10 May 2020 03:57:55 +0200 Subject: [PATCH] UFF, fix broken link --- templates/layout.html | 3 +-- templates/partials/head.html | 17 +++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) 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 %}