Remove whitelines

This commit is contained in:
Jens M. Sauer 2024-07-28 18:44:14 +02:00
parent 80e0f7e2d2
commit 6105628c42

View File

@ -6,18 +6,13 @@
This Hugo theme is licensed under the Creative Commons Attribution 3.0 License. This Hugo theme is licensed under the Creative Commons Attribution 3.0 License.
--> -->
<html> <html>
{{ partial "head" . }} {{ partial "head" . }}
<body class="is-preload"> <body class="is-preload">
<!-- Wrapper --> <!-- Wrapper -->
<div id="wrapper" class="divided"> <div id="wrapper" class="divided">
{{- block "main" . }}{{- end }} {{- block "main" . }}{{- end }}
<!-- Wrapper --> <!-- Wrapper -->
</div> </div>
{{ partial "scripts" . }} {{ partial "scripts" . }}
</body> </body>
</html> </html>