mirror of
https://git.qoto.org/fedipage/fedipage.git
synced 2024-11-17 07:48:21 +01:00
15 lines
436 B
Text
15 lines
436 B
Text
{
|
|
{ partial "context.ajson" . }},
|
|
"type": "Person",
|
|
"id": "{{ $.Site.BaseURL }}",
|
|
"outbox": "{{ $.Site.BaseURL }}outbox",
|
|
"inbox": "{{ $.Site.BaseURL }}inbox",
|
|
"preferredUsername": "{{$.Site.Author.name}}",
|
|
"name": "{{$.Site.Author.name}} - {{$.Site.Title}}",
|
|
"summary": "{{$.Site.Params.Description}}",
|
|
"icon": {
|
|
"type":"Image",
|
|
"mediaType":"image/png",
|
|
"url": "{{ $.Site.BaseURL }}images/logo.png"
|
|
}
|
|
}
|