···2222 +header(user)
2323 div.hero
2424 h3.sub-title
2525+ if from
2626+ a(href=`${from}#${post.id}`) <- back
2727+ |
2828+ | ·
2929+ |
2530 a(href=`/r/${post.subreddit}`) r/#{post.subreddit}
26312732 div.info-container
+20-11
src/views/index.pug
···3535 details
3636 summary.sorting sorting by #{query.sort + (query.t?' '+query.t:'')}
3737 div.sort-opts
3838- a(href=`/r/${subreddit}?sort=hot`) hot
3939- a(href=`/r/${subreddit}?sort=new`) new
4040- a(href=`/r/${subreddit}?sort=rising`) rising
4141- a(href=`/r/${subreddit}?sort=top`) top
4242- a(href=`/r/${subreddit}?sort=top&t=day`) top day
4343- a(href=`/r/${subreddit}?sort=top&t=week`) top week
4444- a(href=`/r/${subreddit}?sort=top&t=month`) top month
4545- a(href=`/r/${subreddit}?sort=top&t=year`) top year
4646- a(href=`/r/${subreddit}?sort=top&t=all`) top all
3838+ div
3939+ a(href=`/r/${subreddit}?sort=hot`) hot
4040+ div
4141+ a(href=`/r/${subreddit}?sort=new`) new
4242+ div
4343+ a(href=`/r/${subreddit}?sort=rising`) rising
4444+ div
4545+ a(href=`/r/${subreddit}?sort=top`) top
4646+ div
4747+ a(href=`/r/${subreddit}?sort=top&t=day`) top day
4848+ div
4949+ a(href=`/r/${subreddit}?sort=top&t=week`) top week
5050+ div
5151+ a(href=`/r/${subreddit}?sort=top&t=month`) top month
5252+ div
5353+ a(href=`/r/${subreddit}?sort=top&t=year`) top year
5454+ div
5555+ a(href=`/r/${subreddit}?sort=top&t=all`) top all
47564857 if posts
4958 each child in posts.posts
5050- +post(child.data)
5151-5959+ +post(child.data, currentUrl)
6060+5261 if posts.after
5362 div.footer
5463 div.footer-item