From c0be486968fe3d375d1f408eae7f954e1f5f82fc Mon Sep 17 00:00:00 2001 From: mjfernez Date: Thu, 10 Mar 2022 18:34:22 -0500 Subject: Fixes RSS issues. Changes time tracking to git This commit primarily changes the code base to base the file last modified time on the output of "git log". This adds dateutil and git itself as a dependency, but those are pretty common... This also fixes some minor issues including: - missing / between mjfer.net and the URI - README up to date with latest changes - linting --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index b5742c1..5424505 100644 --- a/templates/base.html +++ b/templates/base.html @@ -41,7 +41,7 @@ {% endif %} {% if last_update %} -

Last update: {{ last_update }} UTC

+

Last update: {{ last_update }}

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