-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhead.html
More file actions
28 lines (19 loc) · 1.57 KB
/
head.html
File metadata and controls
28 lines (19 loc) · 1.57 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
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} | Pitt RAS</title>
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
<link rel="shortcut icon" type="image/x-icon" href="/favicon-logo.ico">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.3/css/bootstrap.min.css" integrity="sha384-MIwDKRSSImVFAZCVLtU0LMDdON6KVCrZHyVQQj6e8wIEJkW4tvwqXrbMIya1vriY" crossorigin="anonymous">
<link href='https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
{% if page.title == 'Gallery' %}
<link rel="stylesheet" href="/justiswipe_flickr_gallery-master/css/jquery.justified.images.css">
<link rel="stylesheet" href="/justiswipe_flickr_gallery-master/css/photoswipe.css">
<link rel="stylesheet" href="/justiswipe_flickr_gallery-master/css/photoswipe.skin.css">
{% endif %}
<link rel="stylesheet" href="/css/main.css">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
</head>