diff --git a/uw_fdsu_theme_resp.theme b/uw_fdsu_theme_resp.theme
index 04b534c8786db2b7e8a3aa3d756f0384d75cc6e6..f9f6fb200886e6174b3d1e5498af53bc0544a15a 100644
--- a/uw_fdsu_theme_resp.theme
+++ b/uw_fdsu_theme_resp.theme
@@ -211,9 +211,9 @@ function _uw_fdsu_theme_resp_add_favicons(array &$variables) {
     'rel' => 'apple-touch-icon',
     'href' => $favicon_base_path . '/apple-touch-icon.png',
   ];
+  $variables['page']['#attached']['html_head_link'][] = [$favicon_apple];
   // Manifest needs a full URL.
   $favicon_base_path = \Drupal::request()->getSchemeAndHttpHost() . $favicon_base_path;
-  $variables['page']['#attached']['html_head_link'][] = [$favicon_apple];
   $manifest = [
     'icons' => [
       [