diff --git a/views/album.templ b/views/album.templ index 1e6d9c6..bac1b96 100644 --- a/views/album.templ +++ b/views/album.templ @@ -23,13 +23,15 @@ templ AlbumPage(a data.Album) { } -
-
-

About

- -

{ a.About[1] }

+ if a.About[0] != "" { +
+
+

About

+ +

{ a.About[1] }

+
-
+ }
} } diff --git a/views/lyrics.templ b/views/lyrics.templ index 6fd35e2..9eecfb4 100644 --- a/views/lyrics.templ +++ b/views/lyrics.templ @@ -23,7 +23,7 @@ templ LyricsPage(s data.Song) { @templ.Raw(s.Lyrics)
- if s.About[0] != "" { + if s.About[0] != "?" {

About