add actor

This commit is contained in:
Gabriel 2025-09-27 18:46:42 -04:00
parent 0b28be07a8
commit 8a1dbfe616

View file

@ -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 }}