show filepath when file has no title

This commit is contained in:
Akbar Rahman 2021-05-01 11:30:58 +01:00
parent c4b410c496
commit b2c94f1e88

View File

@ -1 +1,7 @@
<li><a href="$filepath$">$title$</a></li>
<li>
<a href="$filepath$"> $if(title)$
$title$
$else$
no title ($filepath$)
$endif$</a>
</li>