diff --git a/brutaldon/templates/base.html b/brutaldon/templates/base.html index 48c0f1f..93b3953 100644 --- a/brutaldon/templates/base.html +++ b/brutaldon/templates/base.html @@ -141,7 +141,7 @@
{% block content %}

- Brutaldon + Title

Brutaldon is a brutalist minimal client for Mastodon. diff --git a/brutaldon/templates/main/timeline.html b/brutaldon/templates/main/timeline.html index 113c83e..535a313 100644 --- a/brutaldon/templates/main/timeline.html +++ b/brutaldon/templates/main/timeline.html @@ -14,6 +14,13 @@ {% endblock %} {% block content %} + {% if form %} +

Post

+
+ {% include "main/post_minimal_partial.html" %} +
+ + {% endif %}

Your {{ timeline_name }} timeline

{% for toot in toots %} diff --git a/brutaldon/templates/main/toot_partial.html b/brutaldon/templates/main/toot_partial.html index 5333894..8d01227 100644 --- a/brutaldon/templates/main/toot_partial.html +++ b/brutaldon/templates/main/toot_partial.html @@ -22,7 +22,7 @@

-

{{ toot.account.display_name | fix_emojos:toot.account.emojis | strip_html |safe}}

+ {{ toot.account.display_name | fix_emojos:toot.account.emojis | strip_html |safe}} @{{ toot.account.acct }}