fix: avatar path
This commit is contained in:
parent
c9abc087dc
commit
d65fe60b18
3 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@
|
|||
{% set metaImage = [
|
||||
site.url,
|
||||
'/',
|
||||
page.meta.image ?? site.avatar.url,
|
||||
page.meta.image ?? site.avatar.path,
|
||||
]|join %}
|
||||
|
||||
<title>{{ pageTitle }}</title>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue