diff --git a/fet2020/templates/home.html b/fet2020/templates/home.html
index d7c24ca6..88406310 100644
--- a/fet2020/templates/home.html
+++ b/fet2020/templates/home.html
@@ -59,14 +59,20 @@
{% include 'posts/partials/_date_box.html' %}
{% endfor %}
- Kalender abonnieren
+ Kalender abonnieren
Zuletzt veröffentlicht
-
+
+ {% if featured_post %}
+ {% with post=featured_event %}
+ {% include 'posts/partials/_posts_hero.html' %}
+ {% endwith %}
+ {% endif %}
+
{% for post in posts %}
{% include 'posts/partials/_posts_hero.html' %}
{% endfor %}