We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3c7014 commit 905842aCopy full SHA for 905842a
src/_layouts/base.njk
@@ -37,8 +37,9 @@
37
<meta name="msapplication-config" content="/media/meta/browserconfig.xml">
38
<meta name="theme-color" content="#000000">
39
40
- <meta property="og:image" content="{{ heroImage or site.image }}" />
41
- <meta property="twitter:image" content="{{ heroImage or site.image }}" />
+ <meta property="og:image" content="https://nibirsan.org{{ heroImage or site.image }}" />
+ <meta property="twitter:image" content="https://nibirsan.org{{ heroImage or site.image }}" />
42
+ <meta name="twitter:card" content="summary_large_image">
43
44
{# <link
45
rel="stylesheet"
0 commit comments