website-content-updates #7

Open
caperren wants to merge 23 commits from website-content-updates into main
Showing only changes of commit d24a3054c1 - Show all commits

View File

@@ -14,7 +14,7 @@ const pageTitle = Astro.props.title ? `${Astro.props.title} - Corwin Perren` : "
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>{pageTitle}</title>
<script src="/src/scripts/main.js"></script>
</head>
<body class="bg-black text-white">
@@ -26,6 +26,7 @@ const pageTitle = Astro.props.title ? `${Astro.props.title} - Corwin Perren` : "
<slot/>
</main>
<Footer/>
<script src="/src/scripts/main.js"></script>
</body>
</html>