forked from MarseyWorld/MarseyWorld
order LIMITED_WPD_HOLES alphatically to match the sidebar
parent
87201f51f2
commit
586aef40e0
|
@ -85,7 +85,7 @@ def front_all(v, sub=None):
|
|||
return result
|
||||
|
||||
|
||||
LIMITED_WPD_HOLES = ('fights', 'gore', 'aftermath', 'selfharm', 'request', 'meta', 'discussion', 'social', 'music')
|
||||
LIMITED_WPD_HOLES = ('aftermath', 'fights', 'gore', 'request', 'selfharm', 'discussion', 'meta', 'music', 'social')
|
||||
|
||||
@cache.memoize()
|
||||
def frontlist(v=None, sort="hot", page=1, t="all", ids_only=True, filter_words='', gt=0, lt=0, sub=None, pins=True):
|
||||
|
|
Loading…
Reference in New Issue