mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-10-09 10:11:14 +00:00
Fixed broken avatar img links
This commit is contained in:
parent
8513bece81
commit
71d9811eb8
7 changed files with 9 additions and 9 deletions
|
@ -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 }}"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue