diff --git a/plugins/filters.py b/plugins/filters.py index da370a8..4b6d384 100644 --- a/plugins/filters.py +++ b/plugins/filters.py @@ -2,4 +2,4 @@ import iso8601 def format_datetime(value): - return iso8601.parse_date(str(value)).strftime("%x") + return iso8601.parse_date(str(value)).strftime("%x %-H:%M") diff --git a/theme/templates/projects.html b/theme/templates/projects.html index e12e268..c119ade 100644 --- a/theme/templates/projects.html +++ b/theme/templates/projects.html @@ -17,9 +17,8 @@
-

- Updated: {{ article.updated }} - Date: {{ article.date|datetime }} +

+ Updated: {{ article.date|datetime }}

{{ article.content }}