aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-03-10 22:06:47 -0500
committerGitHub <[email protected]>2023-03-10 22:06:47 -0500
commit016f9e6acb53ec1dbf29976bbf51b66500e1b4bd (patch)
treef46f65e769e3c2c3f1adc0b6acfe5cda1cf47221
parent43011f0decb1a044f7bf256264cc3e788a0f7a74 (diff)
downloadthatcomputerscientist-016f9e6acb53ec1dbf29976bbf51b66500e1b4bd.tar.xz
thatcomputerscientist-016f9e6acb53ec1dbf29976bbf51b66500e1b4bd.zip
Update home.html
-rw-r--r--templates/blog/home.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/blog/home.html b/templates/blog/home.html
index 0353f3cd..0c5ab34a 100644
--- a/templates/blog/home.html
+++ b/templates/blog/home.html
@@ -30,7 +30,7 @@
{% endif %}
</span>
<span>
- <b>{{ announcement.created_at | date:"M d, Y" }}</b>: <div style="text-align: justify">{{ announcement.content | safe }}</div>
+ <b>{{ announcement.created_at | date:"M d, Y" }}</b>: {{ announcement.content | safe }}
</span>
</li>
<br><br>