Skip to content
Snippets Groups Projects
Verified Commit 2adb41b9 authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Added context partial to outbox

parent 19bd3e22
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
{{- $pages = $pctx.Pages -}} {{- $pages = $pctx.Pages -}}
{{- end -}} {{- end -}}
{ {
"@context": "https://www.w3.org/ns/activitystreams", {{ partial "context.ajson" . }},
"id": "{{ $.Site.BaseURL }}outbox", "id": "{{ $.Site.BaseURL }}outbox",
"summary": "{{$.Site.Author.name}} - {{$.Site.Title}}", "summary": "{{$.Site.Author.name}} - {{$.Site.Title}}",
"type": "OrderedCollection", "type": "OrderedCollection",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment