mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-04-19 21:54:58 -04:00
all titles through cleanTitle()
This commit is contained in:
+1
-1
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user