Skip to content

Commit

Permalink
Feat: Add contact form to main layout
Browse files Browse the repository at this point in the history
  • Loading branch information
FlemmingMP committed Jul 1, 2024
1 parent 35c67ba commit 5c2332b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/layouts/default.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import type { WithContext, Thing } from 'schema-dts';
import '@fontsource-variable/sora';
import { jsonLd } from './json-ld';
import Header from '@components/header.astro';
import ContactFooter from '@components/contact-footer.astro';
import Footer from '@components/footer.astro';
import { ViewTransitions } from 'astro:transitions';
Expand Down Expand Up @@ -182,6 +183,7 @@ const canonical = new URL(path, Astro.site);
<body>
<Header />
<slot />
<ContactFooter />
<Footer />
<style is:global>
:root {
Expand Down

0 comments on commit 5c2332b

Please sign in to comment.