diff options
Diffstat (limited to 'src/views/index.pug')
-rw-r--r-- | src/views/index.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/index.pug b/src/views/index.pug index 0988b08..add4c8e 100644 --- a/src/views/index.pug +++ b/src/views/index.pug | |||
@@ -46,7 +46,7 @@ html | |||
46 | if about | 46 | if about |
47 | p #{about.public_description} | 47 | p #{about.public_description} |
48 | details | 48 | details |
49 | summary sorting by #{query.sort + (query.t?' '+query.t:'')} | 49 | summary.sorting sorting by #{query.sort + (query.t?' '+query.t:'')} |
50 | div.sort-opts | 50 | div.sort-opts |
51 | a(href=`/r/${subreddit}?sort=hot`) hot | 51 | a(href=`/r/${subreddit}?sort=hot`) hot |
52 | a(href=`/r/${subreddit}?sort=new`) new | 52 | a(href=`/r/${subreddit}?sort=new`) new |