1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-29 21:47:01 +02:00

docs: fix og image

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos A Becker 2021-05-27 11:50:24 +00:00
parent d6c9cfae31
commit 057e373a9d
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

@ -4,7 +4,7 @@
{% if page and page.title and not page.is_homepage %}
{% set title = config.site_name ~ " - " ~ page.title | striptags %}
{% endif %}
{% set image = config.site_url ~ 'static/card.png' %}
{% set image = config.site_url ~ '/static/card.png' %}
<meta property="og:type" content="website">
<meta property="og:title" content="{{ title }}">
<meta property="og:description" content="{{ config.site_description }}">