From 8f95aa8d593c284a153a20e01ef3050343118c05 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 16 Mar 2023 22:19:54 +0100 Subject: Forum search using FTS5. --- views/head.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/head.pug') diff --git a/views/head.pug b/views/head.pug index 3d2285a..e90ce6b 100644 --- a/views/head.pug +++ b/views/head.pug @@ -19,7 +19,7 @@ mixin gamecover(title_id) img(src=`/${title_id}/cover.1x.jpg` srcset=`/${title_id}/cover.2x.jpg 2x`) mixin forumpost(row,show_buttons) - .post + .post(id=row.post_id) .head .from: a(href="/user/"+row.author_name)= row.author_name .time= row.ctime -- cgit v1.2.3