Correctly add Twitter cards this time (whoops)

I might've forgotten to read the docs last time... whoops.
This commit is contained in:
Robert S 2021-10-23 15:40:44 +02:00
parent df95ffc031
commit 97983279b6
No known key found for this signature in database
GPG key ID: DD534ED7DF3857A5
4 changed files with 8 additions and 4 deletions

View file

@ -18,9 +18,10 @@ export default function About() {
<meta property="og:url" content="https://robert-s.dev/about" />
<meta property="og:image" content="https://robert-s.dev/logo.jpg" />
<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: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"/>
</Head>

View file

@ -18,9 +18,10 @@ export default function Contact() {
<meta property="og:url" content="https://robert-s.dev/contact" />
<meta property="og:image" content="https://robert-s.dev/logo.jpg" />
<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: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"/>
</Head>

View file

@ -18,9 +18,10 @@ export default function Home() {
<meta property="og:url" content="https://robert-s.dev/" />
<meta property="og:image" content="https://robert-s.dev/logo.jpg" />
<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: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"/>
</Head>

View file

@ -18,9 +18,10 @@ export default function Work() {
<meta property="og:url" content="https://robert-s.dev/work" />
<meta property="og:image" content="https://robert-s.dev/logo.jpg" />
<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: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"/>
</Head>