List type info for var and const exports
This commit is contained in:
parent
61db4a09a9
commit
b155ddfa2c
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue