✨ Site > Add social images and favicons
This commit is contained in:
+31
-1
@@ -3,8 +3,38 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Keppler</title>
|
||||
<meta name="description" content="Real-time code sharing for your lectures and presentations">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
|
||||
<link class="favicon" rel="icon" type="image/png" href="" />
|
||||
|
||||
<!-- GOOGLE + -->
|
||||
<meta itemprop="name" content="Keppler">
|
||||
<meta itemprop="description" content="Real-time code sharing for your lectures and presentations">
|
||||
<meta itemprop="image" content="https://brunosimon.github.io/keppler/static/images/social/1200x630.png">
|
||||
|
||||
<!-- TWITTER -->
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="Keppler">
|
||||
<meta name="twitter:description" content="Real-time code sharing for your lectures and presentations">
|
||||
<meta name="twitter:image" content="https://brunosimon.github.io/keppler/static/images/social/640x404.png">
|
||||
|
||||
<!-- FACEBOOK -->
|
||||
<meta property="og:title" content="Keppler">
|
||||
<meta property="og:url" content="https://brunosimon.github.io/keppler/">
|
||||
<meta property="og:site_name" content="Keppler">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Real-time code sharing for your lectures and presentations">
|
||||
<meta property="og:image" content="https://brunosimon.github.io/keppler/static/images/social/1200x630.png">
|
||||
|
||||
<!-- Favicons -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="static/images/favicons/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="static/images/favicons/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="static/images/favicons/favicon-16x16.png">
|
||||
<link rel="manifest" href="static/images/favicons/manifest.json">
|
||||
<link rel="mask-icon" href="static/images/favicons/safari-pinned-tab.svg" color="#330867">
|
||||
<meta name="apple-mobile-web-app-title" content="Keppler">
|
||||
<meta name="application-name" content="Keppler">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<!-- Header -->
|
||||
|
||||
Reference in New Issue
Block a user