Merge pull request #35 from dfeinzeig/fix/redirect

add missing trailing slash in effort to avoid whatever is redirecting
This commit is contained in:
Alokito
2020-10-28 07:39:06 -04:00
committed by GitHub

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):