From 50b72b5787338ee3c0ef0a4aebfcdf8acf3c3a08 Mon Sep 17 00:00:00 2001 From: mjfernez Date: Fri, 14 Jul 2023 12:21:39 -0400 Subject: Target set to open in new tab by default. +Images --- templates/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index b612c63..103bc57 100644 --- a/templates/index.html +++ b/templates/index.html @@ -8,20 +8,20 @@ {% if dirs %}

Topics

{% for d in dirs %} -
  • {{ d }}
  • +
  • {{ d }}
  • {% endfor %} {% endif %} {% if files %}

    File Listing

    {% for f in files %} -
  • {{ f.rstrip('!') }}
  • +
  • {{ f.rstrip('!') }}
  • {% endfor %} {% endif %} {% if links %} {% for l in links %} -
  • {{l.split(',')[0]}}
  • +
  • {{l.split(',')[0]}}
  • {% endfor %} {% endif %} -- cgit v1.2.3