mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 23:38:53 +00:00
48 lines
1.1 KiB
HTML
48 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
|
|
<link rel="stylesheet" href="/css/style.min.css">
|
|
<title>Hugo Docs is Moving</title>
|
|
<style>
|
|
html,
|
|
body {
|
|
min-width: 100vw;
|
|
max-width: 100vw;
|
|
font-size:16px;
|
|
}
|
|
|
|
*,
|
|
*:before,
|
|
*:after {
|
|
font-family: 'Avenir', 'Avenir Next', 'helvetica neue';
|
|
}
|
|
main,.main {
|
|
display:block;
|
|
width:90%;
|
|
margin-left:auto;
|
|
margin-right:auto;
|
|
min-height:90vh;
|
|
max-width:800px;
|
|
}
|
|
|
|
p {
|
|
margin-top:2em;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<main>
|
|
{{ block "main" . }}
|
|
{{ partial "temp-closing.html" . }}
|
|
{{ end }}
|
|
</main>
|
|
</body>
|
|
|
|
</html>
|