From 532b1104dc6d6412f8035ff5b99b25fe1242afa2 Mon Sep 17 00:00:00 2001 From: Adriano Caloiaro Date: Tue, 1 Aug 2023 09:44:04 -0600 Subject: [PATCH] Boost everything --- content/users/create.md | 4 ++-- hugo.toml | 4 ++-- server.go | 6 ++++-- themes/terminal/layouts/_default/baseof.html | 3 ++- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/content/users/create.md b/content/users/create.md index 755dfc0..0fba3eb 100644 --- a/content/users/create.md +++ b/content/users/create.md @@ -28,7 +28,7 @@ title: Create Account Password Confirmation - + {{ $container := cond ($.Site.Params.FullWidthTheme | default false) "container full" (cond ($.Site.Params.CenterTheme | default false) "container center" "container") }}