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/document.html | 11 +++++---- .templates/listing.html | 64 ++++++++++++++++++++++++------------------------ 2 files changed, 38 insertions(+), 37 deletions(-) (limited to '.templates') diff --git a/.templates/document.html b/.templates/document.html index 498e86b..602b9ec 100644 --- a/.templates/document.html +++ b/.templates/document.html @@ -1,11 +1,12 @@ {% extends 'base.html' %} {% block content %} -
- {{ content }} -
+
+ {{ content }} +
{% endblock %} {% block scm_info %} -See this page on Github (history). -{% endblock %} +See this page on Github (history). +{% endblock %} \ No newline at end of file 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