Update twitter card image

pull/1/head
mat ess 2022-09-16 12:47:41 -04:00
parent 2936d237b1
commit 3cf397fb7a
1 changed files with 1 additions and 1 deletions

View File

@ -67,6 +67,6 @@
<meta property="twitter:title" content="{{ current_title }}">
<meta property="twitter:description" content="{{ current_description }}">
{% if hero %}
<meta property="twitter:image" content="./hero.png">
<meta property="twitter:image" content="{{ get_url(path=current_path) }}/hero.png">
{% endif %}
</head>