Skip to content

Commit

Permalink
fix another random formatting break
Browse files Browse the repository at this point in the history
  • Loading branch information
stirlhoss committed Oct 31, 2024
1 parent 63de14f commit 8f72bfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ const { title } = Astro.props;
<title>{title}</title>
</head>
<body>
<header />
<Header />
<slot />
<footer />
<Footer />
</body>
</html>

Expand Down

0 comments on commit 8f72bfa

Please sign in to comment.