feat: heroless index pages
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
5686c93ba3
commit
94758efa2b
@ -41,8 +41,6 @@
|
|||||||
</svelte:head>
|
</svelte:head>
|
||||||
<IndexSeo />
|
<IndexSeo />
|
||||||
|
|
||||||
<Hero background="/images/default-feature.jpg" />
|
|
||||||
|
|
||||||
<Container>
|
<Container>
|
||||||
<Index>
|
<Index>
|
||||||
{#each posts as post}
|
{#each posts as post}
|
||||||
|
@ -62,8 +62,6 @@
|
|||||||
<title>Damillora's Virtual Memoir</title>
|
<title>Damillora's Virtual Memoir</title>
|
||||||
</svelte:head>
|
</svelte:head>
|
||||||
|
|
||||||
<Hero background="/images/default-feature.jpg" />
|
|
||||||
|
|
||||||
<Container>
|
<Container>
|
||||||
<Index>
|
<Index>
|
||||||
<h1>Search results for: {url.searchParams.get('q')}</h1>
|
<h1>Search results for: {url.searchParams.get('q')}</h1>
|
||||||
|
Loading…
Reference in New Issue
Block a user