forked from sashin/sashinexists
fix default template to have a <!DOCTYPE html> at the beginning
This commit is contained in:
@@ -1,13 +1,18 @@
|
|||||||
<html>
|
<!DOCTYPE html>
|
||||||
<head>
|
<html lang="en">
|
||||||
<link href="/styles/main.css" rel="stylesheet">
|
|
||||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
<head>
|
||||||
</head>
|
<meta charset="UTF-8">
|
||||||
<body>
|
<link href="/styles/main.css" rel="stylesheet">
|
||||||
${ templates/partials/header.ori.html() }
|
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||||
<main class="page-content">
|
</head>
|
||||||
${ _ }
|
|
||||||
</main>
|
<body>
|
||||||
${ templates/partials/footer.ori.html() }
|
${ templates/partials/header.ori.html() }
|
||||||
</body>
|
<main class="page-content">
|
||||||
|
${ _ }
|
||||||
|
</main>
|
||||||
|
${ templates/partials/footer.ori.html() }
|
||||||
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user