From 65caff31212c9de9fc8568f8a46418ae52d06af9 Mon Sep 17 00:00:00 2001 From: Aaron Fischer Date: Thu, 6 May 2021 22:45:58 +0200 Subject: [PATCH] Add image to feed --- templates/book.xml | 7 ++++++- templates/comic.xml | 5 +++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/templates/book.xml b/templates/book.xml index e59e0c1..b0f3882 100644 --- a/templates/book.xml +++ b/templates/book.xml @@ -15,7 +15,12 @@ urn:uuid:{{ .ISBN }} {{ .Date }}T00:00:00Z - {{ .Author | html }} - "{{ .Title | html }}" + {{ .Author | html }} - "{{ .Title | html }} + +
+ +
+
{{ end }} diff --git a/templates/comic.xml b/templates/comic.xml index 3695b5d..57f1e74 100644 --- a/templates/comic.xml +++ b/templates/comic.xml @@ -16,6 +16,11 @@ urn:uuid:{{ .ISBN }} {{ .Date }}T00:00:00Z {{ .Author | html }} - "{{ .Title | html }}" + +
+ +
+
{{ end }}