From 1eaf0b12daa07252e275bca53697fc1f045c3c45 Mon Sep 17 00:00:00 2001 From: Loweel Date: Sun, 4 May 2025 21:29:50 +0200 Subject: [PATCH] Title in big --- page.go | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) 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