mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-30 03:05:58 -04:00
fix JSON schema @id
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "Person",
|
||||
"@id": {{ path.Join $.Site.BaseURL "#author" }},
|
||||
"@id": {{ print (absURL "/") "#author" }},
|
||||
"name": {{ .name }},
|
||||
"url": {{ $.Site.BaseURL }},
|
||||
"description": {{ $.Site.Params.description }},{{ with $.Scratch.Get "authorImage" }}
|
||||
|
||||
Reference in New Issue
Block a user