diff --git a/templates/podcast.html b/templates/podcast.html index 2c9b443c..359dae3b 100644 --- a/templates/podcast.html +++ b/templates/podcast.html @@ -18,7 +18,7 @@

{{ this.title }}

- {{ this.description }} +

{{ this.description }}

@@ -28,10 +28,14 @@ {{ this.body }} {% if this.enable or this.enable2 -%} {% if this.enable -%} - {{ this.spruch }} + + {{ this.spruch }} {%- endif %} {% if this.enable2 -%} - {{ this.spruch2 }} + ,   + + {{ this.spruch2 }} + {%- endif %} {% endif -%}