We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32ccde3 commit c628c26Copy full SHA for c628c26
1 file changed
_layouts/front.html
@@ -9,7 +9,7 @@
9
<meta property="og:description" content="An occasional gathering of HTTP experts to discuss the Web’s foundational protocol.">
10
<meta property="og:url" content="https://httpworkshop.org/">
11
<meta property="og:site_name" content="The HTTP Workshop">
12
- <meta property="og:image" content="{{ blog_image_url }}">
+ <meta property="og:image" content="{{ site.blog_image_url }}">
13
<meta name="twitter:card" content="summary_large_image">
14
</head>
15
<body>
0 commit comments