More JSON+LD metadata

This commit is contained in:
Brandon Rozek 2022-02-17 14:09:01 -05:00
parent e699ce661e
commit c91c4103db
3 changed files with 15 additions and 2 deletions

View file

@ -36,7 +36,9 @@
"author": [{
"@type": "Person",
"name": "{{ .Site.Params.Author }}",
"url": "{{ .Site.BaseURL }}"
"url": "{{ .Site.BaseURL }}",
"email": "mailto://{{ .Site.Params.email }}",
"image": "{{ .Site.BaseURL }}/img/{{ .Site.Params.avatar }}"
}]
}
</script>