From: Michael Tremer Date: Thu, 25 Jan 2024 11:09:36 +0000 (+0000) Subject: docs: Fix double "/docs" prefix in breadcrumbs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7bee7266bd07a9d8e55ca84728cd3331c415315;p=ipfire.org.git docs: Fix double "/docs" prefix in breadcrumbs Signed-off-by: Michael Tremer --- diff --git a/src/templates/docs/modules/header.html b/src/templates/docs/modules/header.html index 766f79a1..4c091cd8 100644 --- a/src/templates/docs/modules/header.html +++ b/src/templates/docs/modules/header.html @@ -17,7 +17,7 @@ {% for p, title in breadcrumbs %}
  • - {{ title }} + {{ title }}
  • {% end %}