diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 7af4b5c..a0ce58b 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,6 +1,36 @@ --- --- - + \ No newline at end of file diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 4575729..ceed848 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,5 +1,6 @@ --- import Header from '../components/Header.astro' +import Footer from '../components/Footer.astro' import '../styles/global.css' const { tytul, bezTla } = Astro.props @@ -7,7 +8,7 @@ const { tytul, bezTla } = Astro.props @@ -17,16 +18,17 @@ const { tytul, bezTla } = Astro.props {tytul ? `${tytul} - Jakiś Fotograf` : 'Jakiś Fotograf'} - +
- +
+ +
+