Compare group of apps
This commit is contained in:
@@ -8,7 +8,7 @@ import index_app_names # get_sorted_app_names
|
||||
def process(per_page=60):
|
||||
print('generating html: app-index ...')
|
||||
title = 'Apps (A–Z)'
|
||||
header = HTML.h2_path_n_rank(title, [('Results', '/results/')], 'ranking/')
|
||||
header = HTML.h2_path_n_rank(title, [('/results/', 'Results')], 'ranking/')
|
||||
p, a = HTML.write_app_pages(mylib.path_out('index', 'apps'),
|
||||
index_app_names.get_sorted_app_names(),
|
||||
title, per_page=per_page, pre=header)
|
||||
|
||||
Reference in New Issue
Block a user