From b2c94f1e88f8f0378ea1b95673bb00927241090a Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Sat, 1 May 2021 11:30:58 +0100 Subject: [PATCH] show filepath when file has no title --- templates/listitem.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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$ +