- {{ toot.account.display_name | fix_emojos:toot.account.emojis | strip_html |safe}} +
diff --git a/brutaldon/templates/base.html b/brutaldon/templates/base.html index 5574b15..81b2161 100644 --- a/brutaldon/templates/base.html +++ b/brutaldon/templates/base.html @@ -165,7 +165,7 @@
Brutaldon is totally a thing. diff --git a/brutaldon/templates/main/timeline.html b/brutaldon/templates/main/timeline.html index d229d2f..00598ab 100644 --- a/brutaldon/templates/main/timeline.html +++ b/brutaldon/templates/main/timeline.html @@ -14,14 +14,15 @@ {% endblock %} {% block content %} +
- {{ toot.account.display_name | fix_emojos:toot.account.emojis | strip_html |safe}} +