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