From 9091c85d6fe0dbf52bc9829dd661b748b9547e45 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Wed, 10 Apr 2019 14:34:24 +0100 Subject: Navbar: No need for example content --- pydis_site/templates/base/navbar.html | 60 ++++------------------------------- 1 file changed, 6 insertions(+), 54 deletions(-) diff --git a/pydis_site/templates/base/navbar.html b/pydis_site/templates/base/navbar.html index 88a13aeb..dd4559b0 100644 --- a/pydis_site/templates/base/navbar.html +++ b/pydis_site/templates/base/navbar.html @@ -14,6 +14,10 @@ It requires two arguments to be set in the include: For example, to use light icons and no dropdowns, you could use the following in your template: {% include "base/navbar.html" with icon_weight="fal" dropdowns=False %} + +This template is based on the navbar template found here: + https://github.com/gdude2002/gserv.me/blob/20f491836342925dc67b08e1bd0ea2ed29610da8/base/templates/base/navbar.html + {% endcomment %}