all titles through cleanTitle()

This commit is contained in:
teddit
2020-12-02 17:02:32 +01:00
parent da33b5c456
commit 6f1b88a4c7
6 changed files with 16 additions and 12 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ html
a(href="" + post.permalink + "")
div.no-image
.title
a(href="" + post.permalink + "") #{post.title}
a(href="" + post.permalink + "") #{cleanTitle(post.title)}
.meta
p.submitted(title="" + toUTCString(post.created) + "") submitted #{timeDifference(post.created)} by
a(href="/u/" + post.author + "") #{post.author}