Skip to content

Commit 71ed05e

Browse files
authored
Update front.html
1 parent 6869287 commit 71ed05e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

_layouts/front.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77
<meta property="og:type" content="website">
88
<meta property="og:title" content="The HTTP Workshop">
99
<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/">
10+
<meta property="og:url" content="https://httpworkshop.org/">
1111
<meta property="og:site_name" content="The HTTP Workshop">
1212
<meta property="og:image" content="{{ blog_image_url }}">
13+
<meta name="twitter:card" content="summary_large_image">
1314
</head>
1415
<body>
1516

@@ -22,4 +23,4 @@
2223
</div>
2324
{% include footer.html %}
2425
</body>
25-
</html>
26+
</html>

0 commit comments

Comments
 (0)