feat(templates,site): use logo as og image
This commit is contained in:
parent
eef09a642b
commit
f1e9a0726e
2 changed files with 9 additions and 16 deletions
|
@ -3,24 +3,16 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<meta name="generator" content="McFly v0.0.0-super-experimental" />
|
<meta name="generator" content="McFly v0.0.0-super-experimental" />
|
||||||
<meta name="theme-color" content="#3054bf" />
|
<meta name="theme-color" content="#3054bf" />
|
||||||
<meta
|
<meta name="description" content="McFly is a no-framework framework that assists in leveraging the web platform." />
|
||||||
name="description"
|
|
||||||
content="McFly is a no-framework framework that assists in leveraging the web platform."
|
|
||||||
/>
|
|
||||||
<meta name="author" content="Ayo Ayco" />
|
<meta name="author" content="Ayo Ayco" />
|
||||||
<meta name="origin" content="https://mc-fly.vercel.app/" />
|
<meta name="origin" content="https://mc-fly.vercel.app/" />
|
||||||
<!-- Open Graph data -->
|
<!-- Open Graph data -->
|
||||||
<meta property="og:site_name" content="McFly" />
|
<meta property="og:site_name" content="McFly" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:image" content="https://mc-fly.vercel.app/morty.png" />
|
<meta property="og:image" content="favicon.svg" />
|
||||||
<meta
|
<meta property="og:title" content="McFly: Back to the Basics. Into the Future. 😱" />
|
||||||
property="og:title"
|
<meta property="og:description"
|
||||||
content="McFly: Back to the Basics. Into the Future. 😱"
|
content="McFly is a no-framework framework that assists in leveraging the web platform." />
|
||||||
/>
|
|
||||||
<meta
|
|
||||||
property="og:description"
|
|
||||||
content="McFly is a no-framework framework that assists in leveraging the web platform."
|
|
||||||
/>
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/reset.css" />
|
<link rel="stylesheet" href="/reset.css" />
|
||||||
|
|
||||||
|
@ -45,7 +37,8 @@
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
body > * {
|
|
||||||
|
body>* {
|
||||||
padding: 0.5em 1em;
|
padding: 0.5em 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -62,4 +55,4 @@
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<slot />
|
<slot />
|
||||||
</head>
|
</head>
|
|
@ -10,7 +10,7 @@
|
||||||
<!-- Open Graph data -->
|
<!-- Open Graph data -->
|
||||||
<meta property="og:site_name" content="McFly" />
|
<meta property="og:site_name" content="McFly" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:image" content="/morty.png" />
|
<meta property="og:image" content="favicon.svg" />
|
||||||
<meta property="og:title" content="McFly: Back to the Basics. Into the Future. 😱" />
|
<meta property="og:title" content="McFly: Back to the Basics. Into the Future. 😱" />
|
||||||
<meta property="og:description"
|
<meta property="og:description"
|
||||||
content="McFly is a no-framework framework that assists in leveraging the web platform." />
|
content="McFly is a no-framework framework that assists in leveraging the web platform." />
|
||||||
|
|
Loading…
Reference in a new issue