diff --git a/_includes/seo.html b/_includes/seo.html index c0996e6f..d89f06cd 100644 --- a/_includes/seo.html +++ b/_includes/seo.html @@ -53,10 +53,12 @@ {% elsif page.collection == 'albums' %} +{% capture namelist %}{% for art in page.artists %}{{ art }}{% unless forloop.last %}, {% endunless %}{% endfor %}{% endcapture %} +{% capture artist %}{{ namelist }}{% endcapture %} -Play "{{ page.name }}" by {{ page.artists }} | {{ site.title }} - - +Play "{{ page.name }}" by {{ artist | uniq }} | {{ site.title }} + + @@ -78,17 +80,17 @@ - - + + - + - + - + @@ -100,7 +102,7 @@ - +