🏗 Restructure project, change font to Maple Mono
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
---
|
||||
import '@styles/global.css';
|
||||
import { ClientRouter } from 'astro:transitions';
|
||||
import '../global.css';
|
||||
|
||||
import Header from '@components/Header.astro';
|
||||
import Footer from '@components/Footer.astro';
|
||||
@@ -23,16 +22,15 @@ const title = Astro.props.title || Astro.props.frontmatter?.title || 'Unknown';
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<meta name="robots" content="noindex" /><meta
|
||||
name="description"
|
||||
content="My personal blog about life, gaming, tech, and whatever else I feel like writing about."
|
||||
content="My little space on the World Wide Web."
|
||||
/><link
|
||||
rel="alternate"
|
||||
type="application/rss+xml"
|
||||
title="ghall.space - RSS"
|
||||
href={`${Astro.site}rss.xml`}
|
||||
/><title>{`ghall.space - ${title}`}</title>
|
||||
<ClientRouter />
|
||||
</head>
|
||||
<body class="layout-simple" transition:animate="fade">
|
||||
<body class="layout-simple">
|
||||
<Header />
|
||||
<main>
|
||||
<slot />
|
||||
|
||||
Reference in New Issue
Block a user