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 %}