From dc374510bf5a636fd404d896b12386d41bb7b409 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Sat, 26 Feb 2022 13:30:01 -0500 Subject: Reference 'main', not 'master', as the publication branch. --- .templates/listing.html | 64 ++++++++++++++++++++++++------------------------- 1 file changed, 32 insertions(+), 32 deletions(-) (limited to '.templates/listing.html') diff --git a/.templates/listing.html b/.templates/listing.html index 8964b82..3a52505 100644 --- a/.templates/listing.html +++ b/.templates/listing.html @@ -3,42 +3,42 @@ {% block title %}ls /{{ directory|e }}{% endblock %} {% block content %} -
-

ls /{{ directory|e }}

+
+

ls /{{ directory|e }}

- {% if sub_directories %} -
-

Directories

- -
- {% endif %} + {% if sub_directories %} +
+

Directories

+ +
+ {% endif %} - {% if pages %} -
-

Pages

- -
- {% endif %} + {% if pages %} +
+

Pages

+ +
+ {% endif %} - {% if files %} -
-

Files

- {% for file in files %} -
  • {{ file.basename|e }}
  • - {% endfor %} -
    - {% endif %} + {% if files %} +
    +

    Files

    + {% for file in files %} +
  • {{ file.basename|e }}
  • + {% endfor %}
    + {% endif %} +
    {% endblock %} {% block scm_info %} -See this directory on Github. -{% endblock %} +See this directory on Github. +{% endblock %} \ No newline at end of file -- cgit v1.2.3