From 642de5301147b7cda035b434d2a5aef5c28d7fcf Mon Sep 17 00:00:00 2001 From: Gabriel Date: Sat, 27 Sep 2025 19:31:39 -0400 Subject: [PATCH] update theme --- 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 d54aab3..3abd35a 100644 --- a/layouts/_default/single.activitypub.json +++ b/layouts/_default/single.activitypub.json @@ -6,5 +6,5 @@ "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 }} + "content": {{ .Summary | jsonify }} }