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