diff --git a/templates/listitem.html b/templates/listitem.html index 1937fe8..c744b58 100644 --- a/templates/listitem.html +++ b/templates/listitem.html @@ -1 +1,7 @@ -
  • $title$
  • +
  • + $if(title)$ +$title$ +$else$ +no title ($filepath$) +$endif$ +