From b9007549c0bd1b6b5e2eba97c394c617be333a83 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Thu, 24 Oct 2024 11:55:35 +0200 Subject: [PATCH] Clean up a bit --- assets/js/main.js | 1 - hugo.yaml | 5 ----- layouts/_default/baseof.html | 7 ++++--- static/favicon.ico | Bin 15406 -> 0 bytes 4 files changed, 4 insertions(+), 9 deletions(-) delete mode 100644 assets/js/main.js delete mode 100644 static/favicon.ico diff --git a/assets/js/main.js b/assets/js/main.js deleted file mode 100644 index e2aac52..0000000 --- a/assets/js/main.js +++ /dev/null @@ -1 +0,0 @@ -console.log('This site was generated by Hugo.'); diff --git a/hugo.yaml b/hugo.yaml index fe381d4..62a5742 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -21,8 +21,3 @@ module: hugoVersion: extended: false min: "0.116.0" - -outputs: - section: - - html - - json diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 479c897..40257e9 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -4,13 +4,14 @@ {{ partial "head.html" . }} -
+
+
{{ partial "header.html" . }}
-
+
{{ block "main" . }}{{ end }}
-