mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-12-04 14:50:24 +00:00
Update to Hugo v0.143.1
This commit is contained in:
parent
615e03bca3
commit
525b28e98b
13 changed files with 36 additions and 49 deletions
|
|
@ -3,14 +3,14 @@
|
|||
{
|
||||
"@context": "https://www.w3.org/ns/activitystreams",
|
||||
"actor": {
|
||||
{{with $.Site.Author.name }}"name": "{{ . }}",{{ end }}
|
||||
{{with $.Site.Params.Author }}"name": "{{ . }}",{{ end }}
|
||||
"url": "{{ .Site.BaseURL }}"
|
||||
},
|
||||
"id": "{{ $page.Permalink }}",
|
||||
"object": {
|
||||
"attributedTo": [
|
||||
{
|
||||
{{with $.Site.Author.name }}"name": "{{ . }}",{{ end }}
|
||||
{{with $.Site.Params.Author }}"name": "{{ . }}",{{ end }}
|
||||
"type": "Person",
|
||||
"url": "{{ .Site.BaseURL }}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue