Fixed broken avatar img links

This commit is contained in:
Brandon Rozek 2022-12-01 23:31:17 -05:00
parent 8513bece81
commit 71d9811eb8
7 changed files with 9 additions and 9 deletions

View file

@ -44,7 +44,7 @@
"@context": "http://schema.org",
"@type": "Person",
"email": "mailto://{{ .Site.Params.email }}",
"image": "{{ .Site.BaseURL }}/img/{{ .Site.Params.avatar }}",
"image": "{{ .Site.BaseURL }}img/{{ .Site.Params.avatar }}",
"name": "{{ .Site.Params.Author }}",
"url": "{{ .Site.BaseURL }}"
}