diff options
| author | Bobby <[email protected]> | 2023-03-10 22:02:57 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-10 22:02:57 -0500 |
| commit | 43011f0decb1a044f7bf256264cc3e788a0f7a74 (patch) | |
| tree | af1e575b3ec70d28a1f276782ddfc5991116cc7c | |
| parent | 8449f83a150fcb577ccaebc14f5d19e7f88ccb7b (diff) | |
| download | thatcomputerscientist-43011f0decb1a044f7bf256264cc3e788a0f7a74.tar.xz thatcomputerscientist-43011f0decb1a044f7bf256264cc3e788a0f7a74.zip | |
Update home.html
| -rw-r--r-- | templates/blog/home.html | 2 |
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> |
