Skip to content

Commit

Permalink
Merge pull request #1209 from City-of-Helsinki/UHF-X-frontpage-url-fix
Browse files Browse the repository at this point in the history
UHF-11431 Added += values to fix missing frontpage instance url
  • Loading branch information
annadruid authored Mar 4, 2025
2 parents eb138ff + a512f73 commit 09d9c0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hdbt.theme
Original file line number Diff line number Diff line change
Expand Up @@ -1072,6 +1072,7 @@ function _hdbt_set_site_information(array &$variables) {
catch (\Exception $e) {
// Set Etusivu absolute url as variable.
$values['frontpage_instance_url'] = Url::fromUri("https://www.hel.fi/$language_id/");
$variables += $values;
return;
}

Expand Down

0 comments on commit 09d9c0a

Please sign in to comment.