We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea89e1f commit a5de292Copy full SHA for a5de292
2025/src/pages/[lang]/index.astro
@@ -1,7 +1,5 @@
1
---
2
import AboutVimConf from '../../components/AboutVimConf.astro';
3
-import Footer from '../../components/Footer.astro';
4
-import Header from '../../components/Header.astro';
5
import KeynoteSpeakers from '../../components/KeynoteSpeakers.astro';
6
import Schedule from '../../components/Schedule/index.astro';
7
import Sponsors from '../../components/Sponsors/index.astro';
@@ -22,7 +20,6 @@ const t = useTranslate(lang);
22
20
23
21
24
<Layout>
25
- <Header />
26
<main class="min-h-screen">
27
<Top />
28
<KeynoteSpeakers />
@@ -32,6 +29,4 @@ const t = useTranslate(lang);
32
29
<Sponsors />
33
30
<Staff />
34
31
</main>
35
- <Footer />
36
-
37
</Layout>
0 commit comments