diff --git a/ofu_app/templates/food/home.jinja b/ofu_app/templates/food/home.jinja
index 8d300ba..3514824 100644
--- a/ofu_app/templates/food/home.jinja
+++ b/ofu_app/templates/food/home.jinja
@@ -1,13 +1,14 @@
+{# Deprecated #}
{% extends "food/food_wrapper.jinja" %}
{% import 'macros/overview_pages.jinja' as macros %}
{% block headline %}
-
#}
-{#
#}
-{# {{ macros.home_item(title='Daily Food', url_id='daily-food', description='Übersicht über die heutigen Essensmöglichkeiten für Studenten') }}#}
-{# {{ macros.home_item(title='Weekly Food', url_id='weekly-food', description='Übersicht über die wöchentlichen Essensmöglichkeiten für Studenten.') }}#}
-{#
#}
-{#
#}
+ {# #}
+ {#
#}
+ {# {{ macros.home_item(title='Daily Food', url_id='daily-food', description='Übersicht über die heutigen Essensmöglichkeiten für Studenten') }}#}
+ {# {{ macros.home_item(title='Weekly Food', url_id='weekly-food', description='Übersicht über die wöchentlichen Essensmöglichkeiten für Studenten.') }}#}
+ {#
#}
+ {#
#}
{% endblock %}
diff --git a/ofu_app/templates/home.jinja b/ofu_app/templates/home.jinja
index b49f4b8..a9ac3cf 100644
--- a/ofu_app/templates/home.jinja
+++ b/ofu_app/templates/home.jinja
@@ -9,7 +9,7 @@
{% block content %}
- {{ macros.home_item_with_icon(icon='fa-cutlery', url_id='food') }}
+ {{ macros.home_item_with_icon(icon='fa-cutlery', url_id='daily-food') }}
{{ macros.home_item_with_icon(icon='fa-calendar-o', url_id='events-main') }}
{{ macros.home_item_with_icon(icon='fa-compass', url_id='donar') }}
{{ macros.home_item_with_icon(icon='fa-th-large', url_id='links-home') }}