-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy path_head.html.erb
More file actions
43 lines (39 loc) · 1.61 KB
/
Copy path_head.html.erb
File metadata and controls
43 lines (39 loc) · 1.61 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
33
34
35
36
37
38
39
40
41
42
43
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-17821189-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-17821189-2');
</script>
<meta charset="utf-8" />
<title>ROS: <%= @item[:title] || 'Robot Operating System' %></title>
<link rel="stylesheet" href="/css/owlcarousel/owl.carousel.min.css" />
<link rel="stylesheet" href="/css/owlcarousel/owl.theme.default.min.css" />
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="/css/stylesheet.css" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Overpass:wght@300;400;500;600;700;800;900&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap"
rel="stylesheet"
/>
<link
rel="shortcut icon"
href="https://www.ros.org/wp-content/uploads/2013/10/rosorg-favicon.png"
type="image/x-icon"
/>
<script src="https://discourse.ros.org/javascripts/embed-topics.js"></script>
<script src="/javascript/default.js"></script>
<script src="/javascript/masonry.pkgd.js"></script>
<!-- you don't need to keep this, but it's cool for stats! -->
<meta name="generator" content="Nanoc <%= Nanoc::VERSION %>" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>