This commit is contained in:
parent
1c65788cc2
commit
6bea4e1323
@ -21,7 +21,7 @@ function BaseDocument(props: SiteData) {
|
|||||||
<script src="https://unpkg.com/htmx.org@2.0.4"></script>
|
<script src="https://unpkg.com/htmx.org@2.0.4"></script>
|
||||||
<title>${props.title}</title>
|
<title>${props.title}</title>
|
||||||
</head>
|
</head>
|
||||||
<body hx-boost="true" class="middle-flex">
|
<body class="middle-flex">
|
||||||
${props.children}
|
${props.children}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user