Merge branch 'main' into changelog

This commit is contained in:
random_guy52 2021-01-12 16:25:54 +01:00
commit ffb4292b5b

View File

@ -9,10 +9,12 @@ div#topbar
a(href="/preferences") [preferences] a(href="/preferences") [preferences]
.top-links .top-links
if user_preferences.subbed_subreddits && Array.isArray(user_preferences.subbed_subreddits) if user_preferences.subbed_subreddits && Array.isArray(user_preferences.subbed_subreddits)
a(href="/r/popular") Popular
a(href="/r/all") All a(href="/r/all") All
each subreddit in user_preferences.subbed_subreddits each subreddit in user_preferences.subbed_subreddits
a(href="/r/" + subreddit) #{subreddit} a(href="/r/" + subreddit) #{subreddit}
else else
a(href="/r/popular") Popular
a(href="/r/all") All a(href="/r/all") All
a(href="/r/AskReddit") AskReddit a(href="/r/AskReddit") AskReddit
a(href="/r/pics") pics a(href="/r/pics") pics