Clean up a bit

This commit is contained in:
Christian Wolf 2024-10-24 11:55:35 +02:00
parent f595315bc9
commit b9007549c0
4 changed files with 4 additions and 9 deletions

View File

@ -1 +0,0 @@
console.log('This site was generated by Hugo.');

View File

@ -21,8 +21,3 @@ module:
hugoVersion: hugoVersion:
extended: false extended: false
min: "0.116.0" min: "0.116.0"
outputs:
section:
- html
- json

View File

@ -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