Chromium Code Reviews| Index: chrome/common/extensions/docs/templates/private/article.html |
| diff --git a/chrome/common/extensions/docs/templates/private/article.html b/chrome/common/extensions/docs/templates/private/article.html |
| index 811f9ec26eee1077bbad2d3cac36325d49823362..ef7449962380da00ef1c9a34e6ef289ee4f7a77b 100644 |
| --- a/chrome/common/extensions/docs/templates/private/article.html |
| +++ b/chrome/common/extensions/docs/templates/private/article.html |
| @@ -1,13 +1,21 @@ |
| {{- This is the shared template for Extension/App articles. |
| - |article| The article content. |
| - - |sidenav| The sidenav items. |
| - |platform| The platform. |
| - |platformTitle| The title of the platform ("Extensions" or "Apps"). |
| -}} |
| {{+content:partials.site |
| platform:platform |
| - platformTitle:platformTitle |
| - sidenav:sidenav}} |
| -$(table_of_contents) |
| -{{+article platform:platform platformTitle:platformTitle /}} |
| + platformTitle:platformTitle}} |
| +<article class="article-content"> |
| + <div itemprop="articleBody"> |
| + {{+article platform:platform platformTitle:platformTitle /}} |
| + |
| + {{+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
|
| + |
| + <nav class="inline-toc no-permalink"> |
| + {{+partials.relatedpages_items items:sidenavs.related /}} |
| + $(table_of_contents) |
| + </nav> |
| + </div> |
| +</article> |
| {{/partials.site}} |