From 0493fc4194fad952bf52e71437c5793d1fa15a41 Mon Sep 17 00:00:00 2001 From: gws Date: Wed, 13 Nov 2024 12:11:14 +0100 Subject: [PATCH] remove unused varible --- templates/_macros.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/_macros.html b/templates/_macros.html index c8913cb..2b1d051 100644 --- a/templates/_macros.html +++ b/templates/_macros.html @@ -1,4 +1,4 @@ -{% macro render_header(path) %} +{% macro render_header() %} {% set root = get_section(path="_index.md") %}