angular-cn/public/_includes/_hero.jade

10 lines
240 B
Plaintext
Raw Normal View History

2015-02-26 09:45:32 -05:00
header(class="hero background-sky")
h1.hero-title.text-display-1 #{title}
2015-03-01 09:42:31 -05:00
if subtitle
h2.hero-subtitle.text-subhead #{subtitle}
else if current.path[0] == "docs"
!= partial("_version-dropdown")
2015-02-26 09:45:32 -05:00
!= partial("_social-icons")