From 8a1dbfe61684ccb87a23560eef287090a6ffc0a9 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Sat, 27 Sep 2025 18:46:42 -0400 Subject: [PATCH] add actor --- layouts/_default/single.activitypub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}