From 4d5ddecbfc098bc35b9725834e65e1399b38633d Mon Sep 17 00:00:00 2001 From: Set Sakrecoer Date: Mon, 17 Jun 2019 19:23:17 +0200 Subject: [PATCH] artist sida --- _config.yml | 2 ++ _layouts/artists.html | 16 ++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 _layouts/artists.html 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