|
4 | 4 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
5 | 5 |
|
6 | 6 | <title>{{ page.title }}</title> |
7 | | - <link rel="alternate" type="application/atom+xml" href="{{ site.github.url }}/news/atom.xml" title="Atom feed"> |
| 7 | + <link rel="alternate" type="application/atom+xml" href="/news/atom.xml" title="Atom feed"> |
8 | 8 | <link rel="icon" href="favicon.ico" /> |
9 | 9 |
|
10 | 10 | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> |
11 | | - <link rel="stylesheet" href="{{ site.github.url }}/stylesheets/bootstrap.css"> |
12 | | - <link rel="stylesheet" href="{{ site.github.url }}/stylesheets/bootstrap-extensions.css"> |
| 11 | + <link rel="stylesheet" href="/stylesheets/bootstrap.css"> |
| 12 | + <link rel="stylesheet" href="/stylesheets/bootstrap-extensions.css"> |
13 | 13 | <!-- Nav infrastructure and misc utils (search, user cards, embeds, CC license) --> |
14 | | - <link rel="stylesheet" href="{{ site.github.url }}/stylesheets/infrastructure-utils.css" /> |
| 14 | + <link rel="stylesheet" href="/stylesheets/infrastructure-utils.css" /> |
15 | 15 |
|
16 | 16 | <!-- 3rd-party libraries --> |
17 | 17 | <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script> |
18 | 18 | <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> |
19 | | - <script src="{{ site.github.url }}/javascripts/jquery.getUrlParam.js"></script> |
20 | | - <script src="{{ site.github.url }}/javascripts/jquery.loadTemplate-1.4.4.min.js"></script> |
21 | | - <script src="{{ site.github.url }}/javascripts/respond.js"></script> |
22 | | - <script src="{{ site.github.url }}/javascripts/ua-parser.min.js"></script> |
| 19 | + <script src="/javascripts/jquery.getUrlParam.js"></script> |
| 20 | + <script src="/javascripts/jquery.loadTemplate-1.4.4.min.js"></script> |
| 21 | + <script src="/javascripts/respond.js"></script> |
| 22 | + <script src="/javascripts/ua-parser.min.js"></script> |
23 | 23 |
|
24 | 24 | <!-- Loads user-cards from GH API --> |
25 | | - <script src="{{ site.github.url }}/javascripts/cards.js"></script> |
| 25 | + <script src="/javascripts/cards.js"></script> |
26 | 26 | <!-- Responds to queries typed into the "Quick nav" box --> |
27 | | - <script src="{{ site.github.url }}/javascripts/search.js"></script> |
| 27 | + <script src="/javascripts/search.js"></script> |
28 | 28 | <!-- Converts static descriptors of tab target content into live text and links --> |
29 | | - <script src="{{ site.github.url }}/javascripts/tabs.js"></script> |
| 29 | + <script src="/javascripts/tabs.js"></script> |
30 | 30 | <!-- Adds classes and other styles to pages where hard-coded css can't be used --> |
31 | | - <script src="{{ site.github.url }}/javascripts/style-helpers.js"></script> |
| 31 | + <script src="/javascripts/style-helpers.js"></script> |
32 | 32 |
|
33 | 33 | <!--[if lt IE 9]> |
34 | 34 | <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> |
|
0 commit comments