improved mobile menu

This commit is contained in:
2021-05-31 16:59:15 +02:00
parent cb15c9faf1
commit 305df5c7df
8 changed files with 8 additions and 2 deletions

View File

@@ -134,8 +134,8 @@ function materiotheme_preprocess_html(&$vars) {
'#tag' => 'meta',
'#attributes' => array(
'rel' => 'mask-icon',
'color' => "#69ccce",
'href' => '/safari-pinned-tab.svg',
'color' => "#69ccce",
),
);
$vars['page']['#attached']['html_head'][] = [$safaripinnedtab, '$safaripinnedtab'];