diff --git a/layouts/_default/single.activitypub.json b/layouts/_default/single.activitypub.json index 33e5866..d54aab3 100644 --- a/layouts/_default/single.activitypub.json +++ b/layouts/_default/single.activitypub.json @@ -3,7 +3,7 @@ "type": "Article", "id": "{{ .Permalink }}", "name": "{{ .Title }}", - "attributedTo": "https://fedi.libresolutions.network/@gabriel", + "attributedTo": "https://gabe.rocks/@gabriel", "to": ["https://www.w3.org/ns/activitystreams#Public"], "published": "{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}", "content": {{ .Content | jsonify }}