Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Aribaskar-Kovai committed Mar 18, 2024
1 parent 67212c4 commit fc48c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Blogpost/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function Layout({ title, keywords, description, children }) {
return (
<StyledWrapper className="container flex flex-col root home-page" style={{fontFamily: 'Inter', maxWidth: '1024px'}}>
<Head>
<title>{title} </title>
<title>{title} fgsrgr </title>
<link rel="icon" href="/favicon.ico" />
<meta name='keywords' content={keywords} />
<meta name='description' content={description} />
Expand Down

0 comments on commit fc48c16

Please sign in to comment.