Skip to content

Commit

Permalink
fix: missing license info in json-ld
Browse files Browse the repository at this point in the history
  • Loading branch information
reuixiy committed Dec 6, 2019
1 parent 8d24690 commit 20f7eef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions layouts/partials/components/json-ld.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@
{{ with $Deliver.Site.Params.siteLogo -}}
"image": {{ . | absURL }},
{{ end -}}
{{ with $author.copyright -}}
"license": {{ . | plainify }},
{{ end -}}
"publisher": {
"@type": "Organization",
"name": {{ $Deliver.Site.Title }},
Expand Down

0 comments on commit 20f7eef

Please sign in to comment.