fix error message for empty /saved

This commit is contained in:
teddit
2021-02-06 20:27:21 +01:00
parent 5ae520b5ed
commit 4c03933318
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ html
h2 saved
#links.sr
if json.links.length === 0
p nothing here
p No saved posts
else
each link in json.links
.link