Skip to content

Commit

Permalink
remove unused prop in blog template (#9848)
Browse files Browse the repository at this point in the history
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
  • Loading branch information
kandros and bluwy committed Jan 29, 2024
1 parent 70fdf1a commit f27f790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/blog/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';
<BaseHead title={SITE_TITLE} description={SITE_DESCRIPTION} />
</head>
<body>
<Header title={SITE_TITLE} />
<Header />
<main>
<h1>🧑‍🚀 Hello, Astronaut!</h1>
<p>
Expand Down

0 comments on commit f27f790

Please sign in to comment.