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:
parent
d6c9cfae31
commit
057e373a9d
@ -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 }}">
|
||||
|
Loading…
x
Reference in New Issue
Block a user