From 26e4680dd6fd824e453435d246bc90bda06ed60e Mon Sep 17 00:00:00 2001 From: blendoit Date: Wed, 29 Jan 2020 09:31:06 -0800 Subject: Change vertical to horizontal animation for consistency. --- app/templates/home.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'app/templates') diff --git a/app/templates/home.html b/app/templates/home.html index 5990c14..28bde41 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -12,15 +12,13 @@
{% for post in posts %}
+ +

{{post.author}}

{{post.date}}

{{post.content}}

-
- - -
{% endfor %} -- cgit v1.2.3