From f8bef76385f8af54b2f3de24879c1fe04d277c11 Mon Sep 17 00:00:00 2001 From: Akshay Date: Thu, 19 Dec 2024 16:12:08 +0000 Subject: add `edited` indicator to comments --- src/views/post-search.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/views') 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 i #{message} if items each item in items - +post(item.data) + +post(item.data, currentUrl) -- cgit v1.2.3