From 0a297bb6cde687bd1440fa237082b78091a15c4a Mon Sep 17 00:00:00 2001 From: Andrew Woodlee Date: Sat, 4 Jan 2025 10:01:37 -0600 Subject: [PATCH] update config and baseof.html in layouts --- .gitignore | 3 ++- config.yml | 3 --- layouts/_default/baseof.html | 1 - 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 373695a..dc48fc3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ deploy public .hugo_build.lock -resources/ \ No newline at end of file +resources/ +.codegpt \ No newline at end of file diff --git a/config.yml b/config.yml index 46443e3..56f8f96 100644 --- a/config.yml +++ b/config.yml @@ -1,4 +1,3 @@ -theme: "PaperMod" enableRobotsTXT: true baseurl: "https://andrewnw.xyz" title: "Andrew's Website" @@ -7,8 +6,6 @@ theme: - PaperMod - plausible-hugo -params: - module: imports: diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 9191603..555e3cd 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -7,7 +7,6 @@ {{ partial "plausible_head.html" . }} - {{- partial "head.html" . }}