From 63fe822256e0c60772ae1bb45e1776e5598c57d9 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Sat, 27 Sep 2025 19:33:30 -0400 Subject: [PATCH] move from theme --- layouts/_default/single.activitypub.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 layouts/_default/single.activitypub.json 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 }} -}