diff --git a/_includes/featured-artists.html b/_includes/featured-artists.html
new file mode 100644
index 0000000..efae930
--- /dev/null
+++ b/_includes/featured-artists.html
@@ -0,0 +1,11 @@
+
+
+ {% for artist in page.deltagande_artists %}
+ {% assign author_id = page.artist %}
+ {% assign author = site.artists | where: "name", author_id | first %}
+
+
+
+
{{ author.blurb_text }}
+ {% endfor %}
+
\ No newline at end of file
diff --git a/_layouts/events.html b/_layouts/events.html
index 1e4a11e..b466927 100644
--- a/_layouts/events.html
+++ b/_layouts/events.html
@@ -15,31 +15,16 @@ layout: default
{{ page.description }}
{{ content }}
-
-
-
- {% assign author_id = page.artist.deltagande_artists %}
- {% assign author = site.artists | where: "url", author_id | first %}
- {% for artist in page.deltagande_artists %}
-
-
-
{{ author.blurb_text }}
-
-
-
-
- {% endfor %}
-
{% if page.slutet_salskap == true %}
{% if page.slutet_salskap == true %}
-
OBS! Du måste vara stödmedlem!
+ OBS! Du måste vara stödmedlem!
{% endif %}
{% include contact.html %}
+{% endif %}
{% include hittahit.html %}
-{% endif %}
-
+
\ No newline at end of file