We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d87b08 commit 2774af4Copy full SHA for 2774af4
src/resources/formats/dashboard/_nav-container.html
@@ -4,7 +4,7 @@
4
<div class="navbar-title">
5
$if(title)$<div class="navbar-title-text"><a href="#">$title$</a></div>$endif$
6
$if(subtitle)$<div class="navbar-subtitle">$subtitle$</div>$endif$
7
- $if(author)$<div class="navbar-author">$author$</div>$endif$
+ $if(author)$<div class="navbar-author">$for(author)$$author$$sep$, $endfor$</div>$endif$
8
</div>
9
10
0 commit comments