From 6fe937053c59920f303959d701b5c41b172d395a Mon Sep 17 00:00:00 2001
From: kpaxman <kpaxman@uwaterloo.ca>
Date: Fri, 11 Jun 2021 11:59:58 -0400
Subject: [PATCH] ISTWCMS-4864: put last change in a more logical spot

---
 uw_fdsu_theme_resp.theme | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uw_fdsu_theme_resp.theme b/uw_fdsu_theme_resp.theme
index 04b534c8..f9f6fb20 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' => [
       [
-- 
GitLab