From e0bc0eba26fb4d30a8f33a7100ee50fa66e3be57 Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Thu, 28 Mar 2019 07:58:31 -0400 Subject: [PATCH] Mess around with card formatting some more --- brutaldon/templates/main/toot_partial.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/brutaldon/templates/main/toot_partial.html b/brutaldon/templates/main/toot_partial.html index 5243819..263d824 100644 --- a/brutaldon/templates/main/toot_partial.html +++ b/brutaldon/templates/main/toot_partial.html @@ -54,27 +54,27 @@ {% if toot.card %}
- - {% if toot.card.description %}
{% if toot.card.image %} {% endif %}
+

+ + + {{ toot.card.title }} + + +

{{ toot.card.description }}

- {% endif %}
{% endif %}