move from theme

This commit is contained in:
Gabriel 2025-09-27 19:33:30 -04:00
parent 642de53011
commit 63fe822256

View file

@ -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 }}
}