diff options
author | Akshay <[email protected]> | 2024-12-19 16:12:08 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2024-12-19 16:14:49 +0000 |
commit | f8bef76385f8af54b2f3de24879c1fe04d277c11 (patch) | |
tree | 8764a7d77bcdc541c2b26c03c8e8eb3663ee0ab5 /src/views | |
parent | 79b7e7ebcfabc46cbaac0d13b769203b1d3a10e9 (diff) |
add `edited` indicator to comments
Diffstat (limited to 'src/views')
-rw-r--r-- | src/views/post-search.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/post-search.pug b/src/views/post-search.pug index 54c1cca..b80f9f6 100644 --- a/src/views/post-search.pug +++ b/src/views/post-search.pug | |||
@@ -20,4 +20,4 @@ html | |||
20 | i #{message} | 20 | i #{message} |
21 | if items | 21 | if items |
22 | each item in items | 22 | each item in items |
23 | +post(item.data) | 23 | +post(item.data, currentUrl) |