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.
2 parents c107285 + 07aaf6d commit 84b2b2dCopy full SHA for 84b2b2d
index.html
@@ -28,6 +28,9 @@
28
<link rel="mask-icon" href="https://swift.org/assets/images/icon-swift.svg" color="#F05339" />
29
<title>Swift Evolution</title>
30
<link href="index.css" rel="stylesheet" type="text/css">
31
+ <meta name="og:title" content="Swift Evolution" />
32
+ <meta name="og:description" content="Proposals for user-visible enhancements to the Swift Programming Language." />
33
+ <meta name="og:image" content="https://swift.org/apple-touch-icon-180x180.png" />
34
<body>
35
<div class="app">
36
<header>
0 commit comments