aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>