OLD | NEW |
1 {{- This is the template for every page on the site. | 1 {{- This is the template for every page on the site. |
2 - |platform| The platform. | 2 - |platform| The platform. |
3 - |platformTitle| The title of the platform ("Extensions" or "Apps"). | 3 - |platformTitle| The title of the platform ("Extensions" or "Apps"). |
4 - |content| The main content of the page. | 4 - |content| The main content of the page. |
5 -}} | 5 -}} |
6 <!DOCTYPE html> | 6 <!DOCTYPE html> |
7 <html> | 7 <html> |
8 <head> | 8 <head> |
9 <meta charset="utf-8" /> | 9 <meta charset="utf-8" /> |
10 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | 10 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
11 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | 11 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
12 <meta name="HandheldFriendly" content="True"> | 12 <meta name="HandheldFriendly" content="True"> |
13 <meta name="MobileOptimized" content="320"> | 13 <meta name="MobileOptimized" content="320"> |
14 <meta name="viewport" content="width=device-width, initial-scale=1.0"> | 14 <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
15 <meta http-equiv="cleartype" content="on"> | 15 <meta http-equiv="cleartype" content="on"> |
16 <link type="image/ico" rel="icon" href="//www.google.com/images/icons/produc
t/chrome-32.png"> | 16 <link type="image/ico" rel="icon" href="//www.google.com/images/icons/produc
t/chrome-32.png"> |
17 | 17 |
18 <link href="{{static}}/css/site.css" rel="stylesheet" type="text/css"> | 18 <link href="{{static}}/css/out/site.css" rel="stylesheet" type="text/css"> |
19 <link href="{{static}}/css/print.css" rel="stylesheet" type="text/css" media
="print"> | 19 <link href="{{static}}/css/print.css" rel="stylesheet" type="text/css" media
="print"> |
20 <link href="{{static}}/css/prettify.css" rel="stylesheet" type="text/css"> | 20 <link href="{{static}}/css/prettify.css" rel="stylesheet" type="text/css"> |
21 <link href='//fonts.googleapis.com/css?family=Open+Sans:400,700|Source+Code+
Pro' rel='stylesheet' type='text/css'> | 21 <link href='//fonts.googleapis.com/css?family=Open+Sans:400,700|Source+Code+
Pro' rel='stylesheet' type='text/css'> |
22 | 22 |
23 <script> | 23 <script> |
24 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | 24 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
25 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | 25 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
26 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m
) | 26 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m
) |
27 })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | 27 })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
28 | 28 |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 </div> | 71 </div> |
72 | 72 |
73 <script src="{{static}}/js/fatnav.js"></script> | 73 <script src="{{static}}/js/fatnav.js"></script> |
74 <script src="{{static}}/js/article.js"></script> | 74 <script src="{{static}}/js/article.js"></script> |
75 <script src="{{static}}/js/prettify.js"></script> | 75 <script src="{{static}}/js/prettify.js"></script> |
76 <script src="{{static}}/js/search.js"></script> | 76 <script src="{{static}}/js/search.js"></script> |
77 <script src="//www.gstatic.com/feedback/api.js"></script> | 77 <script src="//www.gstatic.com/feedback/api.js"></script> |
78 <script src="{{static}}/js/site.js"></script> | 78 <script src="{{static}}/js/site.js"></script> |
79 </body> | 79 </body> |
80 </html> | 80 </html> |
OLD | NEW |