diff --git a/layouts/_default/single.activitypub.json b/layouts/_default/single.activitypub.json deleted file mode 100644 index 3abd35a..0000000 --- a/layouts/_default/single.activitypub.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "@context": "https://www.w3.org/ns/activitystreams", - "type": "Article", - "id": "{{ .Permalink }}", - "name": "{{ .Title }}", - "attributedTo": "https://gabe.rocks/@gabriel", - "to": ["https://www.w3.org/ns/activitystreams#Public"], - "published": "{{ .Date.Format "2006-01-02T15:04:05Z07:00" }}", - "content": {{ .Summary | jsonify }} -}