From 60807c721fcc3b85628356d6610b81c33f541f67 Mon Sep 17 00:00:00 2001 From: Sebastiaan Zeeff <33516116+SebastiaanZ@users.noreply.github.com> Date: Thu, 17 Oct 2019 22:22:03 +0200 Subject: Add Code of Conduct to navbar submenu This commit adds a link to the Code of Conduct to the dropdown menu in the navbar. It does not include a direct link to the CoC policies, which are accessible via the Code of Conduct page. --- pydis_site/templates/base/navbar.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pydis_site') diff --git a/pydis_site/templates/base/navbar.html b/pydis_site/templates/base/navbar.html index 1d30b8f0..8cdac0de 100644 --- a/pydis_site/templates/base/navbar.html +++ b/pydis_site/templates/base/navbar.html @@ -77,6 +77,9 @@ Rules + + Code of Conduct + Privacy -- cgit v1.2.3