OLD | NEW |
---|---|
1 {{- This is the shared template for Extension/App articles. | 1 {{- This is the shared template for Extension/App articles. |
2 - |article| The article content. | 2 - |article| The article content. |
3 - |sidenav| The sidenav items. | |
4 - |platform| The platform. | 3 - |platform| The platform. |
5 - |platformTitle| The title of the platform ("Extensions" or "Apps"). | 4 - |platformTitle| The title of the platform ("Extensions" or "Apps"). |
6 -}} | 5 -}} |
7 {{+content:partials.site | 6 {{+content:partials.site |
8 platform:platform | 7 platform:platform |
9 platformTitle:platformTitle | 8 platformTitle:platformTitle}} |
10 sidenav:sidenav}} | 9 <article class="article-content"> |
11 $(table_of_contents) | 10 <div itemprop="articleBody"> |
12 {{+article platform:platform platformTitle:platformTitle /}} | 11 {{+article platform:platform platformTitle:platformTitle /}} |
12 | |
13 {{+partials.cc /}} | |
not at google - send to devlin
2013/12/18 05:10:14
should the license be at the bottom of the page? (
Renato Mangini (chromium)
2013/12/18 13:25:30
TOC does not float on narrow devices, and changing
| |
14 | |
15 <nav class="inline-toc no-permalink"> | |
16 {{+partials.relatedpages_items items:sidenavs.related /}} | |
17 $(table_of_contents) | |
18 </nav> | |
19 </div> | |
20 </article> | |
13 {{/partials.site}} | 21 {{/partials.site}} |
OLD | NEW |