redesign draft 1
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
---
|
||||
import '@styles/global.css'
|
||||
import '@styles/global.css';
|
||||
|
||||
import Header from '@components/Header.astro'
|
||||
import Footer from '@components/Footer.astro'
|
||||
import Header from '@components/Header.astro';
|
||||
import Footer from '@components/Footer.astro';
|
||||
|
||||
export interface Props {
|
||||
title: string
|
||||
title: string;
|
||||
}
|
||||
|
||||
const title = Astro.props.frontmatter
|
||||
? Astro.props.frontmatter.title
|
||||
: Astro.props.title
|
||||
: Astro.props.title;
|
||||
---
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
||||
Reference in New Issue
Block a user