website-content-updates #7

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