From 94f71d6f8fc7301dfd470ccf2fee27e078321a78 Mon Sep 17 00:00:00 2001 From: mjfernez Date: Sun, 13 Mar 2022 15:21:11 -0400 Subject: Pull changes from mjfer.net This commit adds the changes from the mjfer.net which enable using git as the file last update tracker --- templates/base.html | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index c280184..5424505 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,9 +3,19 @@ {{ domain }}/{{ title }} + + + {% block css%} + {% endblock %}
@@ -17,16 +27,16 @@ {{ dir }}/ | {% endfor %} - - - + +   +

{{ title }}

{% block content %} {% endblock %}

{{ errors }}

- {% if parent_dir %} + {% if parent_dir %}

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

{% endif %}
-- cgit v1.2.3