diff --git a/_artists/nimrod.md b/_artists/nimrod.md new file mode 100644 index 0000000..a102b42 --- /dev/null +++ b/_artists/nimrod.md @@ -0,0 +1,7 @@ +--- +name: +blurb_text: +nation: +link: +image: +--- \ No newline at end of file diff --git a/_artists/set.md b/_artists/set.md new file mode 100644 index 0000000..a102b42 --- /dev/null +++ b/_artists/set.md @@ -0,0 +1,7 @@ +--- +name: +blurb_text: +nation: +link: +image: +--- \ No newline at end of file diff --git a/_config.yml b/_config.yml index 0ce8aa5..1ab1e92 100644 --- a/_config.yml +++ b/_config.yml @@ -51,7 +51,6 @@ collections: output: "true" permalink: "/events/:title/" artists: - output: "false" _hide_content: "true" # tjanster: diff --git a/_events/2019-05-18-Momagiskt Volume I.md b/_events/2019-05-18-Momagiskt Volume I.md index 998570e..59c248d 100644 --- a/_events/2019-05-18-Momagiskt Volume I.md +++ b/_events/2019-05-18-Momagiskt Volume I.md @@ -10,7 +10,7 @@ event_data: start_datetime: 2019-06-14 17:00:00 +0200 end_datetime: 2019-06-14 23:00:00 +0200 category: music -artists: +deltagande_artists: - max_park - knivtid slutet_salskap: true diff --git a/_includes/relative-src.html b/_includes/relative-src.html new file mode 100644 index 0000000..4535448 --- /dev/null +++ b/_includes/relative-src.html @@ -0,0 +1 @@ +{% assign prefix = include.src | slice: 0, 2 %}{% assign protocol = include.src | slice: 0, 4 %}{% unless protocol == 'http' or prefix == "//" %}{{ site.baseurl }}{% endunless %}{{ include.src }} \ No newline at end of file diff --git a/_layouts/events.html b/_layouts/events.html index f5a1c52..1e4a11e 100644 --- a/_layouts/events.html +++ b/_layouts/events.html @@ -1,6 +1,7 @@ --- layout: default --- +
{{ page.description }}
{{ content }} -{{ author.blurb_text }}
- {% assign artist_id = page.artists %} - {% assign artist = site.artists %} - {% for featured in page.artists %}{{ featured.blurb_text }}
-