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="generator" content="McFly v0.0.0-super-experimental" />
|
||||
<meta name="theme-color" content="#3054bf" />
|
||||
<meta
|
||||
name="description"
|
||||
content="McFly is a no-framework framework that assists in leveraging the web platform."
|
||||
/>
|
||||
<meta name="description" content="McFly is a no-framework framework that assists in leveraging the web platform." />
|
||||
<meta name="author" content="Ayo Ayco" />
|
||||
<meta name="origin" content="https://mc-fly.vercel.app/" />
|
||||
<!-- Open Graph data -->
|
||||
<meta property="og:site_name" content="McFly" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:image" content="https://mc-fly.vercel.app/morty.png" />
|
||||
<meta
|
||||
property="og:title"
|
||||
content="McFly: Back to the Basics. Into the Future. 😱"
|
||||
/>
|
||||
<meta
|
||||
property="og:description"
|
||||
content="McFly is a no-framework framework that assists in leveraging the web platform."
|
||||
/>
|
||||
<meta property="og:image" content="favicon.svg" />
|
||||
<meta property="og:title" content="McFly: Back to the Basics. Into the Future. 😱" />
|
||||
<meta property="og:description"
|
||||
content="McFly is a no-framework framework that assists in leveraging the web platform." />
|
||||
|
||||
<link rel="stylesheet" href="/reset.css" />
|
||||
|
||||
|
@ -45,7 +37,8 @@
|
|||
margin: 0 auto;
|
||||
padding: 1em;
|
||||
}
|
||||
body > * {
|
||||
|
||||
body>* {
|
||||
padding: 0.5em 1em;
|
||||
}
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<!-- Open Graph data -->
|
||||
<meta property="og:site_name" content="McFly" />
|
||||
<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:description"
|
||||
content="McFly is a no-framework framework that assists in leveraging the web platform." />
|
||||
|
|
Loading…
Reference in a new issue