Skip to content

Commit 2774af4

Browse files
committed
dashboard - support array of authors by contatenating in template
1 parent 0d87b08 commit 2774af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/formats/dashboard/_nav-container.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="navbar-title">
55
$if(title)$<div class="navbar-title-text"><a href="#">$title$</a></div>$endif$
66
$if(subtitle)$<div class="navbar-subtitle">$subtitle$</div>$endif$
7-
$if(author)$<div class="navbar-author">$author$</div>$endif$
7+
$if(author)$<div class="navbar-author">$for(author)$$author$$sep$, $endfor$</div>$endif$
88
</div>
99
</div>
1010
</div>

0 commit comments

Comments
 (0)