|
1 | 1 | <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
2 |
| -<head> |
3 |
| -<meta charset="utf-8"> |
4 |
| -<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"> |
5 |
| -<meta content="width=device-width, initial-scale=1" name="viewport"> |
6 |
| -<title> |
7 |
| -<% if content_for(:title) %> |
8 |
| -<%= yield(:title) %> |
9 |
| -<% elsif @cms_page %> |
10 |
| -<%= @cms_page.label %> |
11 |
| -<% else %> |
12 |
| -Library |
13 |
| -<% end %> |
14 |
| -</title> |
15 |
| -<link href="https://www.ualberta.ca/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180"> |
16 |
| -<link color="#275d38" href="https://www.ualberta.ca/safari-pinned-tab.svg" rel="mask-icon"> |
17 |
| -<link href="https://www.ualberta.ca/favicon.svg" rel="icon"> |
18 |
| -<link href="https://www.ualberta.ca/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png"> |
19 |
| -<link href="https://www.ualberta.ca/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png"> |
20 |
| -<script crossorigin="anonymous" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" src="https://code.jquery.com/jquery-3.6.0.min.js"></script> |
21 |
| -<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script> |
22 |
| -<script src="https://kit.fontawesome.com/5abf36224f.js" crossorigin="anonymous"></script> |
23 |
| -<link href="https://www.ualberta.ca/_assets/css/framework-v2.css" media="screen" rel="stylesheet"> |
24 |
| -<script src="https://ualberta.libanswers.com/load_chat.php?hash=baadd67c0b9382719dabca82069083e2e6b6d873103a32cc235ec09ad41f22a5"></script> |
25 |
| -<!-- Google tag (gtag.js) --> |
26 |
| -<script async src="https://www.googletagmanager.com/gtag/js?id=G-5QT07E47HT"></script> |
27 |
| -<script> |
28 |
| -window.dataLayer = window.dataLayer || []; |
29 |
| -function gtag(){dataLayer.push(arguments);} |
30 |
| -gtag('js', new Date()); |
31 |
| -gtag('config', 'G-5QT07E47HT'); |
32 |
| -</script> |
33 |
| -<!-- Google Tag Manager --> |
34 |
| -<script> |
35 |
| -(function (w, d, s, l, i) { |
36 |
| -w[l] = w[l] || []; |
37 |
| -w[l].push({ |
38 |
| -'gtm.start': new Date().getTime(), event: 'gtm.js' |
39 |
| -}); |
40 |
| -var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; |
41 |
| -j.async = true; |
42 |
| -j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; |
43 |
| -f.parentNode.insertBefore(j, f); |
44 |
| -})(window, document, 'script', 'dataLayer', 'GTM-PVV4HQM4'); |
45 |
| -</script> |
46 |
| -<!-- End Google Tag Manager --> |
47 |
| -<%= stylesheet_link_tag comfy_cms_render_css_path(@cms_site.id, @cms_layout.identifier) %> |
48 |
| -<%= javascript_include_tag comfy_cms_render_js_path(@cms_site.id, @cms_layout.identifier) %> |
49 |
| -</head> |
50 |
| -<body> |
51 |
| -<!-- Google Tag Manager (noscript) --> |
52 |
| -<noscript> |
53 |
| -<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PVV4HQM4" height="0" width="0" style="display:none;visibility:hidden"></iframe> |
54 |
| -</noscript> |
55 |
| -<!-- End Google Tag Manager (noscript) --> |
56 |
| -<%= yield %> |
57 |
| -</body> |
| 2 | + <head> |
| 3 | + <meta charset="utf-8"> |
| 4 | + <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"> |
| 5 | + <meta content="width=device-width, initial-scale=1" name="viewport"> |
| 6 | + <title> |
| 7 | + <% if content_for(:title) %> |
| 8 | + <%= yield(:title) %> |
| 9 | + <% elsif @cms_page %> |
| 10 | + <%= @cms_page.label %> |
| 11 | + <% else %> |
| 12 | + Library |
| 13 | + <% end %> |
| 14 | + </title> |
| 15 | + <link href="https://www.ualberta.ca/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180"> |
| 16 | + <link color="#275d38" href="https://www.ualberta.ca/safari-pinned-tab.svg" rel="mask-icon"> |
| 17 | + <link href="https://www.ualberta.ca/favicon.svg" rel="icon"> |
| 18 | + <link href="https://www.ualberta.ca/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png"> |
| 19 | + <link href="https://www.ualberta.ca/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png"> |
| 20 | + <script crossorigin="anonymous" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" src="https://code.jquery.com/jquery-3.6.0.min.js"></script> |
| 21 | + <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script> |
| 22 | + <script src="https://kit.fontawesome.com/5abf36224f.js" crossorigin="anonymous"></script> |
| 23 | + <link href="https://www.ualberta.ca/_assets/css/framework-v2.css" media="screen" rel="stylesheet"> |
| 24 | + <script src="https://ualberta.libanswers.com/load_chat.php?hash=baadd67c0b9382719dabca82069083e2e6b6d873103a32cc235ec09ad41f22a5"></script> |
| 25 | + <!-- Google tag (gtag.js) --> |
| 26 | + <script async src="https://www.googletagmanager.com/gtag/js?id=G-5QT07E47HT"></script> |
| 27 | + <script> |
| 28 | + window.dataLayer = window.dataLayer || []; |
| 29 | + function gtag(){dataLayer.push(arguments);} |
| 30 | + gtag('js', new Date()); |
| 31 | + gtag('config', 'G-5QT07E47HT'); |
| 32 | + </script> |
| 33 | + <!-- Google Tag Manager --> |
| 34 | + <script> |
| 35 | + (function (w, d, s, l, i) { |
| 36 | + w[l] = w[l] || []; |
| 37 | + w[l].push({ |
| 38 | + 'gtm.start': new Date().getTime(), event: 'gtm.js' |
| 39 | + }); |
| 40 | + var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; |
| 41 | + j.async = true; |
| 42 | + j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; |
| 43 | + f.parentNode.insertBefore(j, f); |
| 44 | + })(window, document, 'script', 'dataLayer', 'GTM-PVV4HQM4'); |
| 45 | + </script> |
| 46 | + <!-- End Google Tag Manager --> |
| 47 | + <%= stylesheet_link_tag comfy_cms_render_css_path(@cms_site.id, @cms_layout.identifier) %> |
| 48 | + <%= javascript_include_tag comfy_cms_render_js_path(@cms_site.id, @cms_layout.identifier) %> |
| 49 | + </head> |
| 50 | + <body> |
| 51 | + <!-- Google Tag Manager (noscript) --> |
| 52 | + <noscript> |
| 53 | + <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PVV4HQM4" height="0" width="0" style="display:none;visibility:hidden"></iframe> |
| 54 | + </noscript> |
| 55 | + <!-- End Google Tag Manager (noscript) --> |
| 56 | + <%= yield %> |
| 57 | + </body> |
58 | 58 | </html>
|
0 commit comments