Remove baseof from the test-site
This commit is contained in:
parent
e7cfb7a06d
commit
1dea9b0a02
1 changed files with 0 additions and 18 deletions
|
@ -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>
|
|
Loading…
Add table
Add a link
Reference in a new issue