Re-order attributes

This commit is contained in:
Oliver Davies 2019-06-06 19:39:13 +01:00
parent abe9c771f3
commit 3248015166

View file

@ -1,9 +1,9 @@
<div class="{{ class }}"> <div class="{{ class }}">
<blockquote <blockquote
class="twitter-tweet" class="twitter-tweet"
lang="en"
{% if not data_cards %}data-cards="hidden"{% endif %} {% if not data_cards %}data-cards="hidden"{% endif %}
{% if no_parent %}data-conversation="none"{% endif %} {% if no_parent %}data-conversation="none"{% endif %}
lang="en"
> >
{{ content|raw }} {{ content|raw }}
</blockquote> </blockquote>