We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6869287 commit 71ed05eCopy full SHA for 71ed05e
1 file changed
_layouts/front.html
@@ -7,9 +7,10 @@
7
<meta property="og:type" content="website">
8
<meta property="og:title" content="The HTTP Workshop">
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://httpwork.shop/">
+ <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 }}">
13
+ <meta name="twitter:card" content="summary_large_image">
14
</head>
15
<body>
16
@@ -22,4 +23,4 @@
22
23
</div>
24
{% include footer.html %}
25
</body>
-</html>
26
+</html>
0 commit comments