From 56a2a329741c733150badf25d8410c471cc4ef6a Mon Sep 17 00:00:00 2001 From: Fidel Ramos Date: Sat, 19 Oct 2019 20:48:28 +0000 Subject: [PATCH] Better targetting of internal links --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 444872a..bd85276 100644 --- a/templates/base.html +++ b/templates/base.html @@ -118,7 +118,7 @@ {% for name, link in LINKS %} {# Open external links in new window, relative links in the same window #} -
  • {{ name }}
  • +
  • {{ name }}
  • {% endfor %}