Fix all image meta
parent
3cf397fb7a
commit
89fdd25ced
|
@ -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 #}
|
||||
|
|
Loading…
Reference in New Issue