From d30f140b6aa7b814e8217080c492c46865449c82 Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Sat, 14 Jan 2023 16:21:44 -0500 Subject: [PATCH] fix logo url and use non-permanent-redirect domain --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index ceca34b..e6edf98 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # The URL the site will be built for -base_url = "https://penguincoder.org" +base_url = "https://www.penguincoder.org" # Whether to automatically compile all Sass files in the sass directory compile_sass = true @@ -19,7 +19,7 @@ highlight_theme = "inspired-github" [extra] juice_logo_name = "penguincoder" -juice_logo_path = "tux.png" +juice_logo_path = "/tux.png" juice_exclude_menu = [] juice_extra_menu = [ # { title = "Blog", link = "/blog" },