From f7851f77015a26a37780df0e425e4943eab5f7bb Mon Sep 17 00:00:00 2001 From: mjfernez Date: Sun, 14 Nov 2021 17:24:46 -0500 Subject: Adjust headings. Add meta tags --- templates/base.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index 1509d5c..2515795 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,9 +3,18 @@ {{ domain }}/{{ title }} - + + + + {% block css%} + {% endblock %}
@@ -18,7 +27,7 @@ {% endfor %} -   +  

{{ title }}

@@ -30,7 +39,7 @@

Go up to parent folder ({{ parent_dir }})

{% endif %} - {% if last_update %} + {% if last_update %}

Last update: {{ last_update }} -4:00 UTC

{% endif %}
{% include 'site/license.html' %}
-- cgit v1.2.3