Fix [generator] move statistics in toc

This commit is contained in:
niclas 2024-02-16 10:36:17 +01:00
parent 9c397a4b40
commit e969b503e9

View file

@ -370,9 +370,9 @@ class Cluster:
def create_index(galaxies):
index_output = INTRO
index_output += STATISTICS
for galaxie in galaxies:
index_output += f"- [{galaxie.name}](./{galaxie.json_file_name}/index.md)\n"
index_output += STATISTICS
index_output += CONTRIBUTING
return index_output