diff --git a/themes/one-pager/layouts/playlists/single.html b/themes/one-pager/layouts/playlists/single.html index ef00c2a..be39de5 100644 --- a/themes/one-pager/layouts/playlists/single.html +++ b/themes/one-pager/layouts/playlists/single.html @@ -1,5 +1,4 @@ {{ define "header" }} - {{ $displayName := "" }} {{ $name := "" }} {{ $picture := "" }} @@ -39,7 +38,6 @@ {{ end }} -
@@ -57,17 +55,19 @@
{{ if $picture }} - {{ $displayName }}'s profile picture' + {{ $displayName }}'s profile picture' {{ end }}
-{{ end }} +{{ end }} + + {{ define "main" }} {{ $name := .Title }} {{ $description := .Params.playlist_description | default "" }}