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/mixins/post.pug | |
parent | 79b7e7ebcfabc46cbaac0d13b769203b1d3a10e9 (diff) |
add `edited` indicator to comments
Diffstat (limited to 'src/mixins/post.pug')
-rw-r--r-- | src/mixins/post.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mixins/post.pug b/src/mixins/post.pug index b182e0d..74a2b78 100644 --- a/src/mixins/post.pug +++ b/src/mixins/post.pug | |||
@@ -3,7 +3,7 @@ include postUtils | |||
3 | mixin post(p, currentUrl) | 3 | mixin post(p, currentUrl) |
4 | - var from = encodeURIComponent(currentUrl) | 4 | - var from = encodeURIComponent(currentUrl) |
5 | article.post | 5 | article.post |
6 | div(id=`${p.id}`).post-container | 6 | div.post-container |
7 | div.post-text | 7 | div.post-text |
8 | div.title-container | 8 | div.title-container |
9 | a(href=`/comments/${p.id}?from=${from}`) | 9 | a(href=`/comments/${p.id}?from=${from}`) |