OLD | NEW |
---|---|
1 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | 1 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
2 <link href="{{static}}/css/site.css" rel="stylesheet" type="text/css"> | 2 <link href="{{static}}/css/site.css" rel="stylesheet" type="text/css"> |
3 <link href="{{static}}/css/print.css" rel="stylesheet" type="text/css" media="pr int"> | 3 <link href="{{static}}/css/print.css" rel="stylesheet" type="text/css" media="pr int"> |
4 <link href="{{static}}/css/prettify.css" rel="stylesheet" type="text/css"> | 4 <link href="{{static}}/css/prettify.css" rel="stylesheet" type="text/css"> |
5 <link href="//www.google.com/images/icons/product/chrome-16.png" rel="icon" type ="image/ico"> | 5 <link href="//www.google.com/images/icons/product/chrome-16.png" rel="icon" type ="image/ico"> |
6 <link href='//fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet ' type='text/css'> | 6 <link href='//fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet ' type='text/css'> |
7 {{?is_404}} | |
not at google - send to devlin
2013/03/27 03:52:36
I really don't want to add logic like this into sh
| |
8 <base href="/{{branchInfo.current}}/{{platform}}s/"> | |
not at google - send to devlin
2013/03/27 03:52:36
I see. Yeah, there are a lot of assumptions everyw
| |
9 <style type="text/css"> | |
10 #gc-sidebar.floating { | |
11 position: relative; | |
not at google - send to devlin
2013/03/27 03:52:36
right, but you can still scroll the sidebar itself
| |
12 } | |
13 </style> | |
14 {{/is_404}} | |
OLD | NEW |