All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
- Integrated `Banner.astro` into `Gallery.astro`, `Openings.astro`, and `index.astro` for consistent banner display.
14 lines
238 B
Plaintext
14 lines
238 B
Plaintext
---
|
|
import Layout from "../components/Layout.astro";
|
|
import Banner from "../components/Banner.astro";
|
|
---
|
|
|
|
<Layout>
|
|
<Banner />
|
|
|
|
<h1>Openings</h1>
|
|
|
|
<p>Hier findest du alle aktuellen und kommenden Openings im Gallus Pub.</p>
|
|
|
|
</Layout>
|