mirror of
https://github.com/spikecodes/libreddit.git
synced 2026-01-30 08:24:10 +01:00
Fix multireddit sidebars
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
{% endif %}
|
||||
</footer>
|
||||
</div>
|
||||
{% if sub.name != "" %}
|
||||
{% if sub.name != "" && !sub.name.contains("+") %}
|
||||
<aside>
|
||||
<div class="panel" id="subreddit">
|
||||
{% if sub.wiki %}
|
||||
|
||||
Reference in New Issue
Block a user