We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
site_name
1 parent 1cb383f commit 23f017dCopy full SHA for 23f017d
1 file changed
index.html
@@ -7,7 +7,7 @@
7
8
<meta property="og:url" content="{{ config.deployment }}" />
9
<meta property="og:type" content="website" />
10
- <meta property="og:site_name" content="{{ content.hed }}" />
+ <meta property="og:site_name" content="{{ config.hed }}" />
11
<meta property="og:title" content="{{ config.hed }}" />
12
<meta property="og:description" content="{{ config.dek }}" />
13
<meta property="og:image" content="{{ config.social_img }}" />
0 commit comments