-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy pathhead.html
More file actions
32 lines (28 loc) · 1.41 KB
/
head.html
File metadata and controls
32 lines (28 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{% if site.environment == 'production' %}
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-75179431-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-75179431-1');
</script>
{% else %}
<meta name="robots" content="noindex">
{% endif %}
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/assets/images/OS-icon-color.png">
<link rel="icon" href="/assets/images/logomark-software.svg" />
<link rel="stylesheet" href="/assets/css/bootstrap.min.css" />
<link rel="stylesheet" href="/assets/css/gov-banner.css" />
<link rel="stylesheet" href="/assets/css/llnl-header.css" />
<link rel="stylesheet" href="/assets/css/utility.css" />
<link rel="stylesheet" href="/assets/css/components.css" />
<script src="https://kit.fontawesome.com/87728a7429.js" crossorigin="anonymous" async></script>
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@llnl_opensource" />
<meta name="twitter:title" content="LLNL Software Catalog" />
<meta name="twitter:description" content="Software available from LLNL." />
<meta name="twitter:image" content="/assets/images/llnl-logo-400x400.png" aria-label="LLNL logo" />
<meta name="google-site-verification" content="477TVoInt3HiUgSl_hU4rb5_JrgNMKK5Rl-KPMUClpQ" />
{% seo %}