Fix all image meta

pull/1/head
mat ess 2022-09-16 12:51:20 -04:00
parent 3cf397fb7a
commit 89fdd25ced
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
<meta property="og:title" content="{{ current_title }}">
<meta property="og:description" content="{{ current_description }}">
{% if hero %}
<meta property="og:image" content="hero.png">
<meta property="og:image" content="{{ get_url(path=current_path) }}/hero.png">
{% endif %}
{# Twitter #}