diff --git a/CHANGELOG.md b/CHANGELOG.md index 89e69991..965bb4ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- ### favicon fix + Closes #494. + Quick fix to the favicon path +--- + - ### Update region--site-information.html.twig Changed class name to fix styling error. diff --git a/config/install/boulder_base.settings.yml b/config/install/boulder_base.settings.yml index 24361c33..687ed82a 100644 --- a/config/install/boulder_base.settings.yml +++ b/config/install/boulder_base.settings.yml @@ -7,7 +7,7 @@ logo: use_default: 1 favicon: use_default: 0 - path: themes/custom/boulder_d9_base/favicon.png + path: /themes/custom/boulder_base/favicon.png mimetype: image/png ucb_campus_header_color: '1' ucb_header_color: '3'