diff options
Diffstat (limited to 'src/views/post-search.pug')
-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) |