mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-21 11:01:17 -04:00
fix JSON schema @id
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"description": {{ with .Description }}{{ . }}{{ else }}{{ .Site.Params.description }}{{ end }},
|
||||
"wordCount": "{{ .WordCount }}",
|
||||
"author": {
|
||||
"@id": {{ path.Join .Site.BaseURL "#author" }}
|
||||
"@id": {{ print (absURL "/") "#author" }}
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
|
Reference in New Issue
Block a user