summaryrefslogtreecommitdiff
path: root/views/head.pug
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-03-16 22:19:54 +0100
committerTor Andersson <tor@ccxvii.net>2023-04-18 10:06:13 +0200
commit8f95aa8d593c284a153a20e01ef3050343118c05 (patch)
tree484dccb3a66624a9413a9b75ba9da2b3f9b60525 /views/head.pug
parent44b2fed796f846bafd48b74c7a7d363d33b29258 (diff)
downloadserver-8f95aa8d593c284a153a20e01ef3050343118c05.tar.gz
Forum search using FTS5.
Diffstat (limited to 'views/head.pug')
-rw-r--r--views/head.pug2
1 files changed, 1 insertions, 1 deletions
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