diff --git a/page.go b/page.go index 5a56aa7..86387bb 100644 --- a/page.go +++ b/page.go @@ -8,10 +8,29 @@ import ( func GenerateEpisodeDescription(imageURL, title, content string) string { // Template con sezione CDATA const descTemplate = `{{.Title}} - {{if .ImageURL}}{{end}} -
- {{.Content}} + + + + + + + +
+ {{if .ImageURL}} + {{.Title}} + {{end}} +

{{.Title}}

+
+ {{.Content}} +
+
+ + ]]>` // Dati per il template