diff --git a/catalog/templates/common_libs.html b/catalog/templates/common_libs.html index 769e942d..49864f2f 100644 --- a/catalog/templates/common_libs.html +++ b/catalog/templates/common_libs.html @@ -35,7 +35,7 @@ - + diff --git a/catalog/templates/edition.html b/catalog/templates/edition.html index e09d946c..8c219956 100644 --- a/catalog/templates/edition.html +++ b/catalog/templates/edition.html @@ -98,8 +98,8 @@
Developer of Mastodon and administrator of mastodon.social. I post service announcements, development updates, and personal stuff.
", -// "url": "https://mastodon.social/@Gargron", -// "avatar": "https://files.mastodon.social/accounts/avatars/000/000/001/original/d96d39a0abb45b92.jpg", -// "avatar_static": "https://files.mastodon.social/accounts/avatars/000/000/001/original/d96d39a0abb45b92.jpg", -// "header": "https://files.mastodon.social/accounts/headers/000/000/001/original/c91b871f294ea63e.png", -// "header_static": "https://files.mastodon.social/accounts/headers/000/000/001/original/c91b871f294ea63e.png", -// "followers_count": 318699, -// "following_count": 453, -// "statuses_count": 61013, -// "last_status_at": "2019-11-30T20:02:08.277Z", -// "emojis": [], -// "fields": [ -// { -// "name": "Patreon", -// "value": "https://www.patreon.com/mastodon", -// "verified_at": null -// }, -// { -// "name": "Homepage", -// "value": "https://zeonfederated.com", -// "verified_at": "2019-07-15T18:29:57.191+00:00" -// } -// ] -// } function getUserInfo(id, mastodonURI, token, callback) { let url = mastodonURI + API_GET_ACCOUNT.replace(":id", id); fetch(url, {headers: {'Authorization': 'Bearer ' + token}}).then((response) => response.json()).then(callback); diff --git a/common/templates/partial/_footer.html b/common/templates/partial/_footer.html index d10a5a4b..0c0b3702 100644 --- a/common/templates/partial/_footer.html +++ b/common/templates/partial/_footer.html @@ -2,14 +2,14 @@@{{ user.username }}@{{ user.mastodon_site }} +
@{{ user.username }}@{{ user.mastodon_site }} {% current_user_relationship user as relationship %} {% if relationship %} diff --git a/social/templates/activity/comment_focus_item.html b/social/templates/activity/comment_focus_item.html index 14588bb0..6a662aff 100644 --- a/social/templates/activity/comment_focus_item.html +++ b/social/templates/activity/comment_focus_item.html @@ -44,7 +44,7 @@ {% if activity.action_object.metadata.shared_link %} - + {{ activity.action_object.created_time|prettydate }} diff --git a/social/templates/activity/create_collection.html b/social/templates/activity/create_collection.html index e7b690e0..94732212 100644 --- a/social/templates/activity/create_collection.html +++ b/social/templates/activity/create_collection.html @@ -22,7 +22,7 @@