Remove baseof from the test-site

This commit is contained in:
Eryn Wells 2024-06-22 11:10:21 -07:00
parent e7cfb7a06d
commit 1dea9b0a02

View file

@ -1,18 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<title>Test Site</title>
{{ with (partial "system_css.html" .) }}
<link rel=stylesheet href={{ .Permalink }}>
{{ end }}
</head>
<body>
<main>
{{ block "main" . }}{{ end }}
</main>
</body>
<style>
</style>
</html>