From a70702776c2d20c52f7fa6ca022892c39ab69c10 Mon Sep 17 00:00:00 2001 From: Ryan Barrett Date: Mon, 15 Apr 2024 14:53:54 -0700 Subject: [PATCH] atproto: switch to Bluesky butterfly logo also minor user page language tweak --- atproto.py | 2 +- templates/user_base.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/atproto.py b/atproto.py index f317a15..edff9fb 100644 --- a/atproto.py +++ b/atproto.py @@ -89,7 +89,7 @@ class ATProto(User, Protocol): ABBREV = 'atproto' # TODO: add second bsky label? inject into PROTOCOLS? PHRASE = 'Bluesky' - LOGO_HTML = '' + LOGO_HTML = '' PDS_URL = f'https://{ABBREV}{common.SUPERDOMAIN}/' CONTENT_TYPE = 'application/json' diff --git a/templates/user_base.html b/templates/user_base.html index d0c7bb6..bb82df2 100644 --- a/templates/user_base.html +++ b/templates/user_base.html @@ -42,7 +42,7 @@ + title="{{ user.__class__.__name__ }} (original)"> {{ user.handle_or_id() }}