Skip to content

Commit

Permalink
Added og: meta tags and image
Browse files Browse the repository at this point in the history
  • Loading branch information
cdoremus committed Nov 15, 2023
1 parent 0fffaac commit eb71cc6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions routes/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,17 @@ export default function App({ Component }: AppProps) {
name="keywords"
content="Deno, blog, JavaScript, TypeScript"
/>
<meta property="og:title" content="Craig's Deno Diary" />
<meta
property="og:description"
content="Craig's Deno Diary is a blog that covers the JavaScript and TypeScript runtime Deno and focuses on how to write Deno programs and use Deno libraries."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://deno-blog.com" />
<meta
property="og:image"
content="https://deno-blog.com/OG-image.png"
/>
<link rel="me" href="https://fosstodon.org/@deno_diary" />
</Head>
<body className="m-x-5 md:m-x-50 m-y-0 pt-4 mx-auto max-w-screen-lg bg-blue-100">
Expand Down
Binary file added static/OG-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit eb71cc6

Please sign in to comment.