diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2023-02-15 14:39:59 -0500 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2023-02-15 14:39:59 -0500 |
| commit | 45f5c3c0f8e745bc2392a8c5821f09913604da04 (patch) | |
| tree | 485c156d8c7c481f430674a658f40c6a866eff50 /haunt | |
| parent | 761cf3fdd3281b9ee9a28f1c02ea513619e3a533 (diff) | |
Update ActivityPub self-identification
Diffstat (limited to 'haunt')
| -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"))) |