Fix index pages + replace non-available apps

This commit is contained in:
relikd
2020-09-12 11:47:21 +02:00
parent d59092517c
commit a90cae200f
2 changed files with 5 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ def gen_pager(current, total):
def mklink(i, name, active=False):
clss = ' class="active"' if active else ''
return '<a href="./{}"{}>{}</a>'.format(i, clss, name)
return '<a href="../{}"{}>{}</a>'.format(i, clss, name)
links = ''
# if current > 1: