mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2024-11-09 16:31:52 +00:00
feat: Add Open Graph & Twitter Card
This commit is contained in:
parent
2b6c7744a2
commit
560d27b5c9
1 changed files with 14 additions and 0 deletions
|
@ -12,6 +12,20 @@
|
|||
<link rel="icon" type="image/png" sizes="16x16" href="/assets/img/icons/favicon-16x16.png">
|
||||
<link rel="manifest" href="/manifest.webmanifest">
|
||||
<title>Souvenir ∴ Capture few seconds as a gif for souvenir</title>
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:image" content="/assets/img/icons/android-chrome-512x512.png">
|
||||
<meta property="og:image:width" content="512">
|
||||
<meta property="og:image:height" content="512">
|
||||
<meta property="og:title" content="Souvenir">
|
||||
<meta property="og:description" content="Capture few seconds as a gif, for souvenir ~">
|
||||
<meta property="og:url" content="/">
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="Souvenir">
|
||||
<meta name="twitter:description" content="Capture few seconds as a gif, for souvenir ~">
|
||||
<meta name="twitter:image" content="/assets/img/icons/android-chrome-192x192.png">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
|
|
Loading…
Reference in a new issue