From a78312583e53c5e886b6ddbef290b0e1d569017b Mon Sep 17 00:00:00 2001 From: Roland Thomas Date: Thu, 3 Aug 2023 11:26:07 -0400 Subject: [PATCH] Adjust logo size --- hugo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hugo.toml b/hugo.toml index 4001df8..3c84f6e 100644 --- a/hugo.toml +++ b/hugo.toml @@ -22,13 +22,13 @@ ShowToc = false [params.label] icon = "/apple-touch-icon.png" text = " " - iconHeight = 40 + iconHeight = 45 [params.gitea] icon = "/gitea_rtj_logo.png" text = "git.rtj.dev" site = "https://git.rtj.dev" - iconHeight = 40 + iconHeight = 35 [params.assets] favicon = "/favicon.ico"