diff --git a/src/main/resources/templates/fragments/artist-list.html b/src/main/resources/templates/fragments/artist-list.html index 71e84ca..bfcb7da 100644 --- a/src/main/resources/templates/fragments/artist-list.html +++ b/src/main/resources/templates/fragments/artist-list.html @@ -1,6 +1,6 @@
{#if artists.isEmpty()} -
+
@@ -11,7 +11,7 @@
- + @@ -20,7 +20,7 @@ {#for artist in artists} - +
Artist Since Release Types
{artist.name}
{#if artist.disambiguation} diff --git a/src/main/resources/templates/fragments/feed-entries.html b/src/main/resources/templates/fragments/feed-entries.html index 01dc908..a0ecab9 100644 --- a/src/main/resources/templates/fragments/feed-entries.html +++ b/src/main/resources/templates/fragments/feed-entries.html @@ -1,5 +1,5 @@ {#if entries.isEmpty()} -