Add about to homepage, add color script to templates
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
import BaseHead from "../components/BaseHead.astro";
|
||||
import Header from "../components/Header.astro";
|
||||
import Footer from "../components/Footer.astro";
|
||||
import ColorScript from "../components/ColorScript.astro";
|
||||
|
||||
export interface Props {
|
||||
content: {
|
||||
@@ -53,5 +54,6 @@ const {
|
||||
</article>
|
||||
</main>
|
||||
<Footer />
|
||||
<ColorScript />
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user