{{ identity.display_name }}
- {{ identity.full_handle }}
+ @{{ identity.full_handle }}
diff --git a/journal/templates/wrapped.html b/journal/templates/wrapped.html
index 9449139e..4d5885fb 100644
--- a/journal/templates/wrapped.html
+++ b/journal/templates/wrapped.html
@@ -62,7 +62,7 @@
var cats = JSON.parse(document.getElementById('cat-data').textContent);
var data = JSON.parse(document.getElementById('data').textContent);
var opts = {
- title: "{{ identity.user.mastodon_acct | default:identity.full_handle }} - {{ year }}",
+ title: "@{{ identity.user.mastodon_acct | default:identity.full_handle }} - {{ year }}",
element: '#viz0',
font: 1,
data: data,
diff --git a/neodb-takahe b/neodb-takahe
index f0b9db2d..28ea5961 160000
--- a/neodb-takahe
+++ b/neodb-takahe
@@ -1 +1 @@
-Subproject commit f0b9db2d033d6315792a7d75caa5b8eaceec0eae
+Subproject commit 28ea59618ceb1132e86a9f7e070c15ebf3425c81
diff --git a/social/templates/feed_data.html b/social/templates/feed_data.html
index 0c313689..6ff481c7 100644
--- a/social/templates/feed_data.html
+++ b/social/templates/feed_data.html
@@ -24,7 +24,7 @@