From d0ad4c3f7469818b3309451af8ebb3afc01469aa Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Tue, 23 Apr 2024 22:49:14 -0400 Subject: [PATCH] Specifically denote published time --- templates/article.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/article.html b/templates/article.html index 2ed46e0..1686ab2 100644 --- a/templates/article.html +++ b/templates/article.html @@ -78,7 +78,7 @@ {% endfor %}

- {{read_time}} minute read · {{published}} + {{read_time}} minute read · Published: {{published}}

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