mirror of
https://codeberg.org/teddit/teddit
synced 2025-01-31 03:25:11 +01:00
Update topbar.pug to use suggested_subreddits
This commit is contained in:
parent
cfdfd4a2b1
commit
20db540b5c
@ -16,55 +16,10 @@ div#topbar
|
|||||||
a(href="/saved") Saved
|
a(href="/saved") Saved
|
||||||
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 if instance_config.suggested_subreddits && Array.isArray(instance_config.suggested_subreddits)
|
||||||
a(href="/r/popular") Popular
|
each subreddit in instance_config.suggested_subreddits
|
||||||
a(href="/r/all") All
|
if subreddit.toLowerCase() === 'saved'
|
||||||
a(href="/saved") Saved
|
a(href="/saved") Saved
|
||||||
a(href="/r/AskReddit") AskReddit
|
else
|
||||||
a(href="/r/pics") pics
|
a(href="/r/" + subreddit) #{subreddit}
|
||||||
a(href="/r/news") news
|
|
||||||
a(href="/r/worldnews") worldnews
|
|
||||||
a(href="/r/funny") funny
|
|
||||||
a(href="/r/tifu") tifu
|
|
||||||
a(href="/r/videos") videos
|
|
||||||
a(href="/r/gaming") gaming
|
|
||||||
a(href="/r/aww") aww
|
|
||||||
a(href="/r/todayilearned") todayilearned
|
|
||||||
a(href="/r/gifs") gifs
|
|
||||||
a(href="/r/Art") Art
|
|
||||||
a(href="/r/explainlikeimfive") explainlikeimfive
|
|
||||||
a(href="/r/movies") movies
|
|
||||||
a(href="/r/Jokes") Jokes
|
|
||||||
a(href="/r/TwoXChromosomes") TwoXChromosomes
|
|
||||||
a(href="/r/mildlyinteresting") mildlyinteresting
|
|
||||||
a(href="/r/LifeProTips") LifeProTips
|
|
||||||
a(href="/r/askscience") askscience
|
|
||||||
a(href="/r/IAmA") IAmA
|
|
||||||
a(href="/r/dataisbeautiful") dataisbeautiful
|
|
||||||
a(href="/r/books") books
|
|
||||||
a(href="/r/science") science
|
|
||||||
a(href="/r/Showerthoughts") Showerthoughts
|
|
||||||
a(href="/r/gadgets") gadgets
|
|
||||||
a(href="/r/Futurology") Futurology
|
|
||||||
a(href="/r/nottheonion") nottheonion
|
|
||||||
a(href="/r/history") history
|
|
||||||
a(href="/r/sports") sports
|
|
||||||
a(href="/r/OldSchoolCool") OldSchoolCool
|
|
||||||
a(href="/r/GetMotivated") GetMotivated
|
|
||||||
a(href="/r/DIY") DIY
|
|
||||||
a(href="/r/photoshopbattles") photoshopbattles
|
|
||||||
a(href="/r/nosleep") nosleep
|
|
||||||
a(href="/r/Music") Music
|
|
||||||
a(href="/r/space") space
|
|
||||||
a(href="/r/food") food
|
|
||||||
a(href="/r/UpliftingNews") UpliftingNews
|
|
||||||
a(href="/r/EarthPorn") EarthPorn
|
|
||||||
a(href="/r/Documentaries") Documentaries
|
|
||||||
a(href="/r/InternetIsBeautiful") InternetIsBeautiful
|
|
||||||
a(href="/r/WritingPrompts") WritingPrompts
|
|
||||||
a(href="/r/creepy") creepy
|
|
||||||
a(href="/r/philosophy") philosophy
|
|
||||||
a(href="/r/announcements") announcements
|
|
||||||
a(href="/r/listentothis") listentothis
|
|
||||||
a(href="/r/blog") blog
|
|
||||||
a(href="/subreddits", id="sr-more-link") more »
|
a(href="/subreddits", id="sr-more-link") more »
|
||||||
|
Loading…
x
Reference in New Issue
Block a user