List type info for var and const exports

This commit is contained in:
Brian Ford 2015-08-19 16:12:16 -07:00 committed by Naomi Black
parent 61db4a09a9
commit b155ddfa2c
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
- var textFormat = ''
- var headerTitle = title + (typeof varType !== 'undefined' ? (': ' + varType) : '');
if current.path[4] && current.path[3] == 'api'
- var textFormat = 'is-standard-case'
header(class="hero background-sky")
h1(class="hero-title text-display-1 #{textFormat}") #{title}
h1(class="hero-title text-display-1 #{textFormat}") #{headerTitle}
if subtitle
h2.hero-subtitle.text-subhead #{subtitle}