diff --git a/templates/global.html b/templates/global.html index c688d2d..97a8457 100644 --- a/templates/global.html +++ b/templates/global.html @@ -6,7 +6,7 @@
{% for post in posts if not post.hidden %}
-
{{ post.poster }} at {{ post.timePosted.strftime('%Y-%m-%d %-H:%M') }} {% if logged_in == post.poster %} {% endif %}
+
{{ post.poster }} at {{ post.timePosted.strftime('%Y-%m-%d %-H:%M') }} {% if logged_in == post.poster %} {% endif %}
{{ post.content }}