From: Michael Tremer Date: Mon, 12 Nov 2018 16:52:06 +0000 (+0000) Subject: wiki: Don't show breadcrumbs on index page X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=13836cfd7a17651dab3c27691a613771ff99622e;p=ipfire.org.git wiki: Don't show breadcrumbs on index page Signed-off-by: Michael Tremer --- diff --git a/src/templates/wiki/page.html b/src/templates/wiki/page.html index f5cd8cff..42572c8f 100644 --- a/src/templates/wiki/page.html +++ b/src/templates/wiki/page.html @@ -13,7 +13,9 @@ {% end block %} {% block main %} - {% module WikiNavbar(page) %} + {% if not request.path == "/" %} + {% module WikiNavbar(page) %} + {% end %}