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" /> |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
53 <main id="gc-pagecontent" role="main"> | 53 <main id="gc-pagecontent" role="main"> |
54 | 54 |
55 {{- This is unindented because it may contain whitespace-sensitive tags. -}} | 55 {{- This is unindented because it may contain whitespace-sensitive tags. -}} |
56 {{+content /}} | 56 {{+content /}} |
57 </main> | 57 </main> |
58 | 58 |
59 <footer id="gc-footer" role="contentinfo" class="span-full"> | 59 <footer id="gc-footer" role="contentinfo" class="span-full"> |
60 <div class="g-section g-tpl-50-50"> | 60 <div class="g-section g-tpl-50-50"> |
61 <div class="g-unit g-first"> | 61 <div class="g-unit g-first"> |
62 <nav class="links"> | 62 <nav class="links"> |
63 <a href="https://www.google.com/">Google</a><a href="https://develop ers.google.com/site-terms">Terms of Service</a><a href="http://www.google.com/in tl/en/privacy/">Privacy Policy</a><a href="" data-feedback>Report a bug</a> | 63 <a href="https://www.google.com/">Google</a><a href="https://develop ers.google.com/site-terms">Terms of Service</a><a href="http://www.google.com/in tl/en/privacy/">Privacy Policy</a><a href="" data-feedback>Report a content bug< /a> |
mkearney1
2015/01/06 00:15:04
Notice there's no link here! There never was, but
| |
64 </nav> | 64 </nav> |
65 </div> | 65 </div> |
66 <div class="g-unit g-last"> | 66 <div class="g-unit g-last"> |
67 <div id="social-buttons"> | 67 <div id="social-buttons"> |
68 <div data-size="small" data-href="http://www.google.com/chrome" data -annotation="bubble" class="g-plusone"></div> | 68 <div data-size="small" data-href="http://www.google.com/chrome" data -annotation="bubble" class="g-plusone"></div> |
69 <a rel="publisher" target="_blank" href="https://plus.google.com/+Go ogleChromeDevelopers?prsrc=3" data-g-label="plus" data-g-event="nav-subfooter">A dd us on <span class="element-invisible">Google+</span><img src="//ssl.gstatic.c om/images/icons/gplus-16.png" data-g-label="plus" data-g-event="nav-subfooter" a lt=""></a> | 69 <a rel="publisher" target="_blank" href="https://plus.google.com/+Go ogleChromeDevelopers?prsrc=3" data-g-label="plus" data-g-event="nav-subfooter">A dd us on <span class="element-invisible">Google+</span><img src="//ssl.gstatic.c om/images/icons/gplus-16.png" data-g-label="plus" data-g-event="nav-subfooter" a lt=""></a> |
70 </div> | 70 </div> |
71 </div> | 71 </div> |
72 </div> | 72 </div> |
73 </footer> | 73 </footer> |
74 | 74 |
75 </div> | 75 </div> |
76 | 76 |
77 <script src="{{static}}/js/fatnav.js"></script> | 77 <script src="{{static}}/js/fatnav.js"></script> |
78 <script src="{{static}}/js/article.js"></script> | 78 <script src="{{static}}/js/article.js"></script> |
79 <script src="{{static}}/js/prettify.js"></script> | 79 <script src="{{static}}/js/prettify.js"></script> |
80 <script src="{{static}}/js/search.js"></script> | 80 <script src="{{static}}/js/search.js"></script> |
81 <script src="//www.gstatic.com/feedback/api.js"></script> | 81 <script src="//www.gstatic.com/feedback/api.js"></script> |
82 <script src="{{static}}/js/site.js"></script> | 82 <script src="{{static}}/js/site.js"></script> |
83 </body> | 83 </body> |
84 </html> | 84 </html> |
OLD | NEW |