From bcd69f1ac4ace28160ed4270a20f0218dab61000 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Fri, 20 Oct 2023 23:05:17 +0200 Subject: [PATCH] Remove unused macro_link `extra_classes` argument --- templates/macros.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/macros.html b/templates/macros.html index 8ee4fc0e9..fc9466cce 100644 --- a/templates/macros.html +++ b/templates/macros.html @@ -20,9 +20,9 @@ * `target` An optional target * `extra_classes` Optional extra css classes #} -{% macro menu_link(href, text, target="", extra_classes="") %} +{% macro menu_link(href, text, target="") %}
  • - + {{ text }}