|
3 | 3 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
4 | 4 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
5 | 5 |
|
6 | | - <title>{{ page.title }}</title> |
7 | | - <link rel="alternate" type="application/atom+xml" href="{{ site.github.url }}/news/atom.xml" title="Atom feed"> |
8 | | - <link rel="icon" href="favicon.ico" /> |
| 6 | + <title>{{ page.title | xml_escape }}</title> |
| 7 | + <link rel="alternate" type="application/atom+xml" href="/news/atom.xml" title="Atom feed"> |
| 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 | <!-- Python code highlighting --> |
17 | 17 | <link rel="stylesheet" href="{{ site.github.url }}/stylesheets/pygments/monokai.css" /> |
18 | 18 |
|
19 | 19 | <!-- 3rd-party libraries --> |
20 | 20 | <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script> |
21 | 21 | <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> |
22 | | - <script src="{{ site.github.url }}/javascripts/jquery.getUrlParam.js"></script> |
23 | | - <script src="{{ site.github.url }}/javascripts/jquery.loadTemplate-1.4.4.min.js"></script> |
24 | | - <script src="{{ site.github.url }}/javascripts/respond.js"></script> |
25 | | - <script src="{{ site.github.url }}/javascripts/ua-parser.min.js"></script> |
| 22 | + <script src="/javascripts/jquery.getUrlParam.js"></script> |
| 23 | + <script src="/javascripts/jquery.loadTemplate-1.4.4.min.js"></script> |
| 24 | + <script src="/javascripts/respond.js"></script> |
| 25 | + <script src="/javascripts/ua-parser.min.js"></script> |
26 | 26 |
|
27 | 27 | <!-- Loads user-cards from GH API --> |
28 | | - <script src="{{ site.github.url }}/javascripts/cards.js"></script> |
| 28 | + <script src="/javascripts/cards.js"></script> |
29 | 29 | <!-- Responds to queries typed into the "Quick nav" box --> |
30 | | - <script src="{{ site.github.url }}/javascripts/search.js"></script> |
| 30 | + <script src="/javascripts/search.js"></script> |
31 | 31 | <!-- Converts static descriptors of tab target content into live text and links --> |
32 | | - <script src="{{ site.github.url }}/javascripts/tabs.js"></script> |
| 32 | + <script src="/javascripts/tabs.js"></script> |
33 | 33 | <!-- Adds classes and other styles to pages where hard-coded css can't be used --> |
34 | | - <script src="{{ site.github.url }}/javascripts/style-helpers.js"></script> |
| 34 | + <script src="/javascripts/style-helpers.js"></script> |
35 | 35 |
|
36 | 36 | <!--[if lt IE 9]> |
37 | 37 | <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> |
|
0 commit comments