feat: format
This commit is contained in:
parent
b0df7bebb0
commit
da030f3dc1
30 changed files with 603 additions and 348 deletions
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
import Header from '../components/Header.astro';
|
||||
import Footer from '../components/Footer.astro';
|
||||
import Header from "../components/Header.astro";
|
||||
import Footer from "../components/Footer.astro";
|
||||
|
||||
interface Props {
|
||||
title: string;
|
||||
|
|
@ -9,15 +9,15 @@ interface Props {
|
|||
bodyClass?: string;
|
||||
}
|
||||
|
||||
const {
|
||||
title,
|
||||
description = "Barrett Ruth's personal website",
|
||||
const {
|
||||
title,
|
||||
description = "Barrett Ruth's personal website",
|
||||
useKatex = false,
|
||||
bodyClass = "graph-background"
|
||||
bodyClass = "graph-background",
|
||||
} = Astro.props;
|
||||
---
|
||||
|
||||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
|
|
@ -37,4 +37,4 @@ const {
|
|||
<Footer />
|
||||
<slot name="scripts" />
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue