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>
|
||||
<IndexSeo />
|
||||
|
||||
<Hero background="/images/default-feature.jpg" />
|
||||
|
||||
<Container>
|
||||
<Index>
|
||||
{#each posts as post}
|
||||
|
@ -62,8 +62,6 @@
|
||||
<title>Damillora's Virtual Memoir</title>
|
||||
</svelte:head>
|
||||
|
||||
<Hero background="/images/default-feature.jpg" />
|
||||
|
||||
<Container>
|
||||
<Index>
|
||||
<h1>Search results for: {url.searchParams.get('q')}</h1>
|
||||
|
Loading…
Reference in New Issue
Block a user