aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-03-10 22:02:57 -0500
committerGitHub <[email protected]>2023-03-10 22:02:57 -0500
commit43011f0decb1a044f7bf256264cc3e788a0f7a74 (patch)
treeaf1e575b3ec70d28a1f276782ddfc5991116cc7c
parent8449f83a150fcb577ccaebc14f5d19e7f88ccb7b (diff)
downloadthatcomputerscientist-43011f0decb1a044f7bf256264cc3e788a0f7a74.tar.xz
thatcomputerscientist-43011f0decb1a044f7bf256264cc3e788a0f7a74.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 0c5ab34a..0353f3cd 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>: {{ announcement.content | safe }}
+ <b>{{ announcement.created_at | date:"M d, Y" }}</b>: <div style="text-align: justify">{{ announcement.content | safe }}</div>
</span>
</li>
<br><br>