Skip to content

Commit

Permalink
metadata tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Feb 1, 2024
1 parent b2307b5 commit 4ab89ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/layouts/MarkdownLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ const { frontmatter } = Astro.props;
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="generator" content={Astro.generator} />
<meta name="description" content={frontmatter.description} />
<meta property="og:description" content={frontmatter.description} />
<meta property="og:image" content="/open-graph.png" />
<meta property="og:url" content="https://shorebird.dev" />
<meta name="twitter:image" content="/open-graph.png" />
<meta name="twitter:card" content="summary_large_image" />
<link rel="canonical" href="https://shorebird.dev" />
<title>{frontmatter.title}</title>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/blogs/ios-beta.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: ../../layouts/MarkdownLayout.astro
title: Blog | iOS Beta
description: Shorebird blog post announcing our iOS beta release.
description: Shorebird Code Push for iOS beta announcement
---

# Announcing Code Push iOS beta 🥳
Expand Down

0 comments on commit 4ab89ce

Please sign in to comment.