Major rework
This commit is contained in:
21
layouts/_default/baseof.html
Normal file
21
layouts/_default/baseof.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>{{ .Site.Title }}</title>
|
||||
<link rel="icon" type="image/x-icon" href="/favicon_192_3.ico" sizes="192x192">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<style>
|
||||
|
||||
</style>
|
||||
<link rel="stylesheet" href="/main.css">
|
||||
</head>
|
||||
<body>
|
||||
{{ partial "header.html" . }}
|
||||
<main style="max-width: 90vw; margin-left: auto; margin-right: auto;">
|
||||
{{ block "main" . }}
|
||||
{{ end }}
|
||||
</main>
|
||||
<!-- Footer -->
|
||||
{{ partial "footer.html" . }}
|
||||
</body>
|
||||
Reference in New Issue
Block a user