Merge remote-tracking branch 'upstream/main'

This commit is contained in:
2025-05-24 01:01:17 +12:00
31 changed files with 1434 additions and 515 deletions

View File

@ -49,8 +49,10 @@
{% endif %}
<p>MAIN FEEDS</p>
<a href="/">Home</a>
<a href="/r/popular">Popular</a>
<a href="/r/all">All</a>
{% if prefs.remove_default_feeds != "on" %}
<a href="/r/popular">Popular</a>
<a href="/r/all">All</a>
{% endif %}
{% if prefs.subscriptions.len() > 0 %}
<p>REDDIT FEEDS</p>
{% for sub in prefs.subscriptions %}