Update twitter card image
parent
2936d237b1
commit
3cf397fb7a
|
@ -67,6 +67,6 @@
|
||||||
<meta property="twitter:title" content="{{ current_title }}">
|
<meta property="twitter:title" content="{{ current_title }}">
|
||||||
<meta property="twitter:description" content="{{ current_description }}">
|
<meta property="twitter:description" content="{{ current_description }}">
|
||||||
{% if hero %}
|
{% if hero %}
|
||||||
<meta property="twitter:image" content="./hero.png">
|
<meta property="twitter:image" content="{{ get_url(path=current_path) }}/hero.png">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</head>
|
</head>
|
Loading…
Reference in New Issue