Gestion du JSON-LD
This commit is contained in:
8
layouts/partials/seo/person.html
Normal file
8
layouts/partials/seo/person.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{{- $authorID := printf "%s#author" .Site.Home.Permalink -}}
|
||||
{{- $person := dict
|
||||
"@type" "Person"
|
||||
"@id" $authorID
|
||||
"name" .Site.Title
|
||||
"url" .Site.Home.Permalink
|
||||
-}}
|
||||
{{- return $person -}}
|
||||
Reference in New Issue
Block a user