show filepath when file has no title
This commit is contained in:
parent
c4b410c496
commit
b2c94f1e88
@ -1 +1,7 @@
|
|||||||
<li><a href="$filepath$">$title$</a></li>
|
<li>
|
||||||
|
<a href="$filepath$"> $if(title)$
|
||||||
|
$title$
|
||||||
|
$else$
|
||||||
|
no title ($filepath$)
|
||||||
|
$endif$</a>
|
||||||
|
</li>
|
||||||
|
Reference in New Issue
Block a user