Skip to content

Commit f8a21b8

Browse files
committed
Fix og:image baseurl?
1 parent 75966bd commit f8a21b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_includes/layouts/base.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ useContainer: true
2020
<meta property="og:title" content="{% if title %}{{ title }}{% else %}{% include "copywriting/sectionTitle.njk" %}{% endif %}" />
2121
<meta property="og:description" content="{% if description %}{{ description }}{% else %}{% if title %}{% include "copywriting/sectionTitle.njk" %}{% endif %}{% endif %}" />
2222
<meta property="og:site_name" content="{% include "copywriting/sectionTitle.njk" %}" />
23-
{% if openGraph.imgUrl %}<meta id="og:image" content="{{ openGraph.imgUrl }}" />{% endif %}
23+
{% if openGraph.imgUrl %}<meta id="og:image" content="{{ generalData.baseUrl }}{{ openGraph.imgUrl }}" />{% endif %}
2424

2525
<!-- Mastodon link verification -->
2626
<a rel="me" href="https://mastodon.social/@reboothasmastodon" style="color: rgba(0, 0, 0, 0); position: absolute;" aria-hidden="true"></a>

0 commit comments

Comments
 (0)