aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authormjfernez <mjf@mjfer.net>2022-03-10 18:34:22 -0500
committermjfernez <mjf@mjfer.net>2022-03-10 18:34:22 -0500
commitc0be486968fe3d375d1f408eae7f954e1f5f82fc (patch)
treed5fac6cc4a8d129275bde64498b0e6662d4d47fe /templates
parentf335ff5265a96fdc0b9e0e9d8e4384f866de4e19 (diff)
downloadezcms-c0be486968fe3d375d1f408eae7f954e1f5f82fc.tar.gz
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
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html2
m---------templates/site0
2 files changed, 1 insertions, 1 deletions
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 %}
</div>
{% if last_update %}
- <p>Last update: {{ last_update }} UTC</p>
+ <p>Last update: {{ last_update }}</p>
{% endif %}
<div class="license">{% include 'site/license.html' %}</div>
</center></body>
diff --git a/templates/site b/templates/site
-Subproject 9b0caf3a5a42c16cca2c7a84089f23d2d4d9859
+Subproject 7c78a2b48a8394dfc1b8f3ce25ce78055fe9797