From fefcf57ba2bc5bf8c18381dd96a85cbb3d9d067d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Tue, 12 Sep 2023 16:53:59 +0200 Subject: [PATCH] Updated navigation links in base HTML template This commit adds a new link to https://til.notmyidea.org in the navigation and corrects the check for selected page for articles. --- mnmlist/templates/base.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mnmlist/templates/base.html b/mnmlist/templates/base.html index bf4bb12..d9b60ca 100644 --- a/mnmlist/templates/base.html +++ b/mnmlist/templates/base.html @@ -19,9 +19,12 @@
  • Alexis Métaireau
  • - Articles
  • +
  • + Code, etc. +
  • {% include 'github.html' %} {% block content %}