Clean up a bit
This commit is contained in:
parent
f595315bc9
commit
b9007549c0
@ -1 +0,0 @@
|
|||||||
console.log('This site was generated by Hugo.');
|
|
@ -21,8 +21,3 @@ module:
|
|||||||
hugoVersion:
|
hugoVersion:
|
||||||
extended: false
|
extended: false
|
||||||
min: "0.116.0"
|
min: "0.116.0"
|
||||||
|
|
||||||
outputs:
|
|
||||||
section:
|
|
||||||
- html
|
|
||||||
- json
|
|
||||||
|
@ -4,13 +4,14 @@
|
|||||||
{{ partial "head.html" . }}
|
{{ partial "head.html" . }}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<div class="page-background"></div>
|
||||||
|
<header class="header">
|
||||||
{{ partial "header.html" . }}
|
{{ partial "header.html" . }}
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main class="main">
|
||||||
{{ block "main" . }}{{ end }}
|
{{ block "main" . }}{{ end }}
|
||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer class="footer">
|
||||||
{{ partial "footer.html" . }}
|
{{ partial "footer.html" . }}
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 15 KiB |
Loading…
Reference in New Issue
Block a user