diff options
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 74a2b78..b44ae6d 100644 --- a/src/mixins/post.pug +++ b/src/mixins/post.pug | |||
@@ -2,7 +2,7 @@ include ../utils | |||
2 | include postUtils | 2 | 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(class=`post ${p.stickied?"sticky":""}`) |
6 | div.post-container | 6 | div.post-container |
7 | div.post-text | 7 | div.post-text |
8 | div.title-container | 8 | div.title-container |