diff --git a/header.php b/header.php index c1f1d33e..ee1cb877 100644 --- a/header.php +++ b/header.php @@ -18,9 +18,6 @@ $container = get_theme_mod( 'understrap_container_type' ); - - - diff --git a/inc/extras.php b/inc/extras.php index 2ea36852..728c1620 100644 --- a/inc/extras.php +++ b/inc/extras.php @@ -122,3 +122,13 @@ function understrap_pingback() { } } add_action( 'wp_head', 'understrap_pingback' ); + +/** + * Add mobile-web-app meta. + */ +function understrap_mobile_web_app_meta() { + echo '' . "\n"; + echo '' . "\n"; + echo '' . "\n"; +} +add_action( 'wp_head', 'understrap_mobile_web_app_meta' );