mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 03:36:41 +02:00
Replaced header with head_includes to compact partial
This commit is contained in:
@@ -1,32 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
{{ partial "head_includes.html" . }}
|
||||||
<html>
|
<body>
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<title>404</title>
|
|
||||||
<!-- CSS -->
|
|
||||||
|
|
||||||
<style media="screen">
|
|
||||||
{{ partial "css/main.css" . | safeCSS }}
|
|
||||||
</style>
|
|
||||||
<style media="(min-width: 600px)">
|
|
||||||
{{ partial "css/min600px.css" . | safeCSS }}
|
|
||||||
</style>
|
|
||||||
<style media="(min-width: 769px)">
|
|
||||||
{{ partial "css/min769px.css" . | safeCSS }}
|
|
||||||
</style>
|
|
||||||
<style>
|
|
||||||
.header {
|
|
||||||
width: initial;
|
|
||||||
margin-left: initial;
|
|
||||||
margin-right: initial;
|
|
||||||
}
|
|
||||||
.content {
|
|
||||||
margin-top: -60px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<section class="main">
|
<section class="main">
|
||||||
<img src={{ .Site.Params.logofile }} style="max-width:300px" alt="logo"></img>
|
<img src={{ .Site.Params.logofile }} style="max-width:300px" alt="logo"></img>
|
||||||
<div class="container f04">
|
<div class="container f04">
|
||||||
@@ -39,6 +12,5 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
|
||||||
|
Reference in New Issue
Block a user