From 43011f0decb1a044f7bf256264cc3e788a0f7a74 Mon Sep 17 00:00:00 2001 From: Bobby <30593201+luciferreeves@users.noreply.github.com> Date: Fri, 10 Mar 2023 22:02:57 -0500 Subject: Update home.html --- templates/blog/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/blog/home.html b/templates/blog/home.html index 0c5ab34a..0353f3cd 100644 --- a/templates/blog/home.html +++ b/templates/blog/home.html @@ -30,7 +30,7 @@ {% endif %} - {{ announcement.created_at | date:"M d, Y" }}: {{ announcement.content | safe }} + {{ announcement.created_at | date:"M d, Y" }}: {{ announcement.content | safe }} -- cgit v1.2.3