move from theme
This commit is contained in:
parent
642de53011
commit
63fe822256
1 changed files with 0 additions and 10 deletions
|
@ -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 }}
|
|
||||||
}
|
|
Loading…
Reference in a new issue