Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/layouts/BlogLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const canonicalURL = new URL(Astro.url).href;
<meta property="og:title" content={frontmatter.title} />
<meta property="og:description" content={frontmatter.description} />
<meta property="og:image" content={ogImageParams} />
<meta property="og:site_name" content="Astro Basic Blog Template" />
<meta property="og:site_name" content="Angular Snippets" />
<meta property="og:locale" content="en_US" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content={canonicalURL} />
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const canonicalURL = new URL(Astro.url).href;
<meta property="og:description" content={description} />
<meta property="og:image" content="/banner.png" />
<meta property="og:image:alt" content="Preview of the template" />
<meta property="og:site_name" content="Astro Basic Blog Template" />
<meta property="og:site_name" content="Angular Snippets" />
<meta property="og:locale" content="en_US" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content={canonicalURL} />
Expand Down