add missing trailing slash in effort to avoid whatever is redirecting

This commit is contained in:
David Feinzeig
2020-10-23 17:41:05 -04:00
parent d5246d4b4b
commit 0b866a46ec
+1 -1
View File
@@ -91,7 +91,7 @@ def render_entries(entries):
def get_url(entry):
return f"/view/{ entry['path'].lstrip('/') }"
return f"/view/{ entry['path'].lstrip('/') }/"
def get_class(entry):