Correctly add Twitter cards this time (whoops)
I might've forgotten to read the docs last time... whoops.
This commit is contained in:
parent
df95ffc031
commit
97983279b6
4 changed files with 8 additions and 4 deletions
|
|
@ -18,9 +18,10 @@ export default function About() {
|
||||||
<meta property="og:url" content="https://robert-s.dev/about" />
|
<meta property="og:url" content="https://robert-s.dev/about" />
|
||||||
<meta property="og:image" content="https://robert-s.dev/logo.jpg" />
|
<meta property="og:image" content="https://robert-s.dev/logo.jpg" />
|
||||||
<meta name="theme-color" content="#F43F5E" />
|
<meta name="theme-color" content="#F43F5E" />
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@ThatGuy5275" />
|
||||||
<meta name="twitter:title" content="Robert S. - About me" />
|
<meta name="twitter:title" content="Robert S. - About me" />
|
||||||
<meta name="twitter:description" content="A developer and tech enthusiast from the Netherlands."/>
|
<meta name="twitter:description" content="A developer and tech enthusiast from the Netherlands."/>
|
||||||
<meta name="twitter:site" content="@ThatGuy5275" />
|
|
||||||
<meta name="twitter:image" content="https://robert-s.dev/logo.jpg"/>
|
<meta name="twitter:image" content="https://robert-s.dev/logo.jpg"/>
|
||||||
</Head>
|
</Head>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,9 +18,10 @@ export default function Contact() {
|
||||||
<meta property="og:url" content="https://robert-s.dev/contact" />
|
<meta property="og:url" content="https://robert-s.dev/contact" />
|
||||||
<meta property="og:image" content="https://robert-s.dev/logo.jpg" />
|
<meta property="og:image" content="https://robert-s.dev/logo.jpg" />
|
||||||
<meta name="theme-color" content="#F43F5E" />
|
<meta name="theme-color" content="#F43F5E" />
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@ThatGuy5275" />
|
||||||
<meta name="twitter:title" content="Robert S. - Contact me" />
|
<meta name="twitter:title" content="Robert S. - Contact me" />
|
||||||
<meta name="twitter:description" content="A developer and tech enthusiast from the Netherlands."/>
|
<meta name="twitter:description" content="A developer and tech enthusiast from the Netherlands."/>
|
||||||
<meta name="twitter:site" content="@ThatGuy5275" />
|
|
||||||
<meta name="twitter:image" content="https://robert-s.dev/logo.jpg"/>
|
<meta name="twitter:image" content="https://robert-s.dev/logo.jpg"/>
|
||||||
</Head>
|
</Head>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,9 +18,10 @@ export default function Home() {
|
||||||
<meta property="og:url" content="https://robert-s.dev/" />
|
<meta property="og:url" content="https://robert-s.dev/" />
|
||||||
<meta property="og:image" content="https://robert-s.dev/logo.jpg" />
|
<meta property="og:image" content="https://robert-s.dev/logo.jpg" />
|
||||||
<meta name="theme-color" content="#F43F5E" />
|
<meta name="theme-color" content="#F43F5E" />
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@ThatGuy5275" />
|
||||||
<meta name="twitter:title" content="Robert S." />
|
<meta name="twitter:title" content="Robert S." />
|
||||||
<meta name="twitter:description" content="A developer and tech enthusiast from the Netherlands."/>
|
<meta name="twitter:description" content="A developer and tech enthusiast from the Netherlands."/>
|
||||||
<meta name="twitter:site" content="@ThatGuy5275" />
|
|
||||||
<meta name="twitter:image" content="https://robert-s.dev/logo.jpg"/>
|
<meta name="twitter:image" content="https://robert-s.dev/logo.jpg"/>
|
||||||
</Head>
|
</Head>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -18,9 +18,10 @@ export default function Work() {
|
||||||
<meta property="og:url" content="https://robert-s.dev/work" />
|
<meta property="og:url" content="https://robert-s.dev/work" />
|
||||||
<meta property="og:image" content="https://robert-s.dev/logo.jpg" />
|
<meta property="og:image" content="https://robert-s.dev/logo.jpg" />
|
||||||
<meta name="theme-color" content="#F43F5E" />
|
<meta name="theme-color" content="#F43F5E" />
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:site" content="@ThatGuy5275" />
|
||||||
<meta name="twitter:title" content="Robert S. - My work" />
|
<meta name="twitter:title" content="Robert S. - My work" />
|
||||||
<meta name="twitter:description" content="A developer and tech enthusiast from the Netherlands."/>
|
<meta name="twitter:description" content="A developer and tech enthusiast from the Netherlands."/>
|
||||||
<meta name="twitter:site" content="@ThatGuy5275" />
|
|
||||||
<meta name="twitter:image" content="https://robert-s.dev/logo.jpg"/>
|
<meta name="twitter:image" content="https://robert-s.dev/logo.jpg"/>
|
||||||
</Head>
|
</Head>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue