diff --git a/_layouts/default.html b/_layouts/default.html index b646e08..3d60ec0 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -17,7 +17,13 @@ body{ -{{ content }} +{% if page.collection == 'tracks' %} +
+ {{ content }} +
+{% else %} +{{ content }} +{% endif %} \ No newline at end of file diff --git a/_layouts/music.html b/_layouts/music.html index fd733de..21086e6 100644 --- a/_layouts/music.html +++ b/_layouts/music.html @@ -16,32 +16,24 @@ layout: default {% if page.next != nil %} {% endif %} - - - -
- -

{{ page.title }}

-

{{ page.keywords }}
{{ page.date | date: '%Y - %B' }} - -
+ +

{{ page.title }}

+

{{ page.keywords }}
{{ page.date | date: '%Y - %B' }} + +
 

- {% include cookiemonster.html %} -
+ {% include cookiemonster.html %} +
- {{ page.content }} - -
- -