diff --git a/files/routes/feeds.py b/files/routes/feeds.py index df467720e..2d97ef0d2 100644 --- a/files/routes/feeds.py +++ b/files/routes/feeds.py @@ -8,9 +8,10 @@ from files.helpers.jinja2 import * from files.__main__ import app +@app.get('/rss') +@app.get('/feed') @app.get('/rss//') -@auth_required -def feeds_user(v=None, sort='hot', t='all'): +def feeds_user(sort='hot', t='all'): try: page = max(int(request.values.get("page", 1)), 1) except: page = 1 diff --git a/files/templates/marseys.html b/files/templates/marseys.html index c0e1c0b88..bccd5242d 100644 --- a/files/templates/marseys.html +++ b/files/templates/marseys.html @@ -20,7 +20,7 @@ {{loop.index}} {{marsey.name}} - :{{marsey.name}}: + :#{{marsey.name}}: {{marsey.count}} {{author.username}}