mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
remove unused prop in blog template (#9848)
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
This commit is contained in:
parent
70fdf1a5c6
commit
f27f790b92
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';
|
||||||
<BaseHead title={SITE_TITLE} description={SITE_DESCRIPTION} />
|
<BaseHead title={SITE_TITLE} description={SITE_DESCRIPTION} />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<Header title={SITE_TITLE} />
|
<Header />
|
||||||
<main>
|
<main>
|
||||||
<h1>🧑🚀 Hello, Astronaut!</h1>
|
<h1>🧑🚀 Hello, Astronaut!</h1>
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in a new issue