Skip to content

Commit

Permalink
feat: proper description
Browse files Browse the repository at this point in the history
  • Loading branch information
asdofindia committed Nov 14, 2023
1 parent 0e19723 commit 14eb6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/BlogPostLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Navbar from '../components/navbar.jsx';
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="description" content="Astro description" />
<meta name="description" content={frontmatter.description} />
<meta name="viewport" content="width=device-width" />
<link rel="icon" type="image/svg+xml" href="/osmkerala.png" />
<meta name="generator" content={Astro.generator} />
Expand Down

0 comments on commit 14eb6d5

Please sign in to comment.