diff --git a/src/lib/nav.html b/src/lib/nav.html
index 46c64dd..6248c3f 100644
--- a/src/lib/nav.html
+++ b/src/lib/nav.html
@@ -11,9 +11,9 @@
diff --git a/src/lib/section.html b/src/lib/section.html
index 3c26d42..a45b254 100644
--- a/src/lib/section.html
+++ b/src/lib/section.html
@@ -1,11 +1,13 @@
{% macro section(
title,
+ id,
title_picture,
title_picture_hover = None,
title_picture_offset = "20px",
title_color = "var(--color-text)")
-%}
+
diff --git a/src/pages/index/news.html b/src/pages/index/news.html
index 4fef5d4..2867ddc 100644
--- a/src/pages/index/news.html
+++ b/src/pages/index/news.html
@@ -2,10 +2,11 @@
{% call section(
gettext("News"),
+ "news",
"/img/section-news.png",
title_picture_offset="60px",
title_color = "var(--color-primary)"
- ) %}
+) %}
{% for news in glob("news/*.md") | map('markdown') %}