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 }}