From fd83541bf972123b5c094655a7627ac1d0e99110 Mon Sep 17 00:00:00 2001 From: Stephan Date: Sat, 10 Apr 2021 22:14:17 +0200 Subject: [PATCH] Added a bit of markup and rss logos to the top of the podcast page. --- templates/podcast.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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 -%}