From 2adb41b9361fc730c637c2210bf784adbc06124c Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Fri, 13 Oct 2023 18:45:16 -0400
Subject: [PATCH] Added context partial to outbox

---
 layouts/index.activity_outbox.ajson | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/layouts/index.activity_outbox.ajson b/layouts/index.activity_outbox.ajson
index 1bced6bf1..b4d6c3e4e 100644
--- a/layouts/index.activity_outbox.ajson
+++ b/layouts/index.activity_outbox.ajson
@@ -7,7 +7,7 @@
 {{- $pages = $pctx.Pages -}}
 {{- end -}}
 {
-  "@context": "https://www.w3.org/ns/activitystreams",
+  {{ partial "context.ajson" . }},
   "id": "{{ $.Site.BaseURL }}outbox",
   "summary": "{{$.Site.Author.name}} - {{$.Site.Title}}",
   "type": "OrderedCollection",
-- 
GitLab