chore: define alt ng2 layout for top-level pages (#2686)

This commit is contained in:
Patrice Chalin 2016-10-27 17:08:53 -07:00 committed by Filipe Silva
parent c426e57818
commit b44cc42f3a
1 changed files with 27 additions and 17 deletions

View File

@ -1,3 +1,13 @@
if jade2ng
if hero == 'home'
!= partial("/_includes/_hero-home")
else
!= partial("/_includes/_hero")
!= partial("../_includes/_banner")
- var format = autoformat ? 'docs-content' : ''
article(class="l-content #{format}")
!= yield
else
doctype html public
html(lang="en" ng-app="angularIOApp" itemscope itemtype="http://schema.org/Framework")
head