diff --git a/brutaldon/templates/base.html b/brutaldon/templates/base.html index 213bc22..dfcebd1 100644 --- a/brutaldon/templates/base.html +++ b/brutaldon/templates/base.html @@ -31,11 +31,10 @@ content="A brutalist, web-1.0 web client for Mastodon and Pleroma. Supports text-only browsers like Lynx, older browsers, as well as the latest mainstream browsers. All JavaScript is completely optional and progressively enhances the core application."> + {% if not preferences %} - {% else %} -
+ {% if own_acct %} - Brutaldon ('{{ own_acct.username }}') {% else %} - Brutaldon {% endif %} -
+ {% if request.session.active_instance and request.session.active_username %} -
-
+ - Home - {% if preferences.notifications and not preferences.theme.is_brutalist %} - Local - Federated New Toot Search -
-
+ - Settings - Accounts
diff --git a/brutaldon/templates/main/post_minimal_partial.html b/brutaldon/templates/main/post_minimal_partial.html index 69f9495..8826760 100644 --- a/brutaldon/templates/main/post_minimal_partial.html +++ b/brutaldon/templates/main/post_minimal_partial.html @@ -28,7 +28,7 @@
- [{{ own_acct.acct }}] + [{{ own_acct.acct }}] diff --git a/brutaldon/templates/main/post_partial.html b/brutaldon/templates/main/post_partial.html index 9518d25..bbaf168 100644 --- a/brutaldon/templates/main/post_partial.html +++ b/brutaldon/templates/main/post_partial.html @@ -123,7 +123,7 @@
- [{{ own_acct.acct }}] + [{{ own_acct.acct }}]