diff options
| -rw-r--r-- | haunt/jakob/theme.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haunt/jakob/theme.scm b/haunt/jakob/theme.scm index 7b46b2a..5fdd8de 100644 --- a/haunt/jakob/theme.scm +++ b/haunt/jakob/theme.scm @@ -27,7 +27,7 @@ (define %stylesheets '("normalize.css" "fonts.css" "highlight.css" "style.css")) (define %link-rel '(("alternate" "/index.xml" "application/atom+xml") ("icon" "/static/image/favicon.ico" "image/vnd.microsoft.icon") - ("me" "https://mastodon.sdf.org/@jakob") + ("me" "https://social.jakob.space/jakob") ("webmention" "https://webmention.io/jakob.space/webmention") ("pingback" "https://webmention.io/jakob.space/xmlrpc") ("pgpkey authn" "/static/gpg.txt"))) |