diff --git a/bl-themes/lingonberry/php/head.php b/bl-themes/lingonberry/php/head.php index de9de03f..85cacc99 100644 --- a/bl-themes/lingonberry/php/head.php +++ b/bl-themes/lingonberry/php/head.php @@ -1,34 +1,21 @@ - - - -<?php echo $Site->title() ?> - tags()); - Theme::description($Page->description()); - } - -?> + echo ''; - - - - - - - - \ No newline at end of file + // Load plugins with the hook siteHead + Theme::plugins('siteHead'); +?> \ No newline at end of file