From 3f6385f10967c0ded17c41e7e71ac2887c238938 Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Wed, 24 Apr 2024 09:20:59 -0400 Subject: [PATCH] Add published attribute to articles --- templates/article.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/article.html b/templates/article.html index bd5a79f..27044fb 100644 --- a/templates/article.html +++ b/templates/article.html @@ -77,7 +77,7 @@
{{author.full_name}}
{% endfor %} -

+

{{read_time}} minute read ยท Published: {{published}}

@@ -94,4 +94,4 @@ - \ No newline at end of file +