diff --git a/_config.yml b/_config.yml index 86dcf3f..d119c5e 100644 --- a/_config.yml +++ b/_config.yml @@ -54,6 +54,7 @@ collections: permalink: "/artists/:title/" _hide_content: "true" output: "true" + # tjanster: # output: "true" @@ -112,6 +113,7 @@ defaults: path: "" type: "artists" values: + layout: "artists" _options: image: width: 150 diff --git a/_layouts/artists.html b/_layouts/artists.html new file mode 100644 index 0000000..cc37fca --- /dev/null +++ b/_layouts/artists.html @@ -0,0 +1,16 @@ +--- +layout: default +--- +
+

{{ page.title }}

+
+ +

{{ page.blurb_text }}

+ {% if page.link != null %}{% if page.category == 'ljudkonst'%}Lyssna{% else %}Mer info{% endif %} + här{% endif %} + +
+
+{% include contact.html %} +
\ No newline at end of file