diff --git a/templates/timeline.html b/templates/timeline.html index 2ca2884..64d121b 100644 --- a/templates/timeline.html +++ b/templates/timeline.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 }}