Fix [generator] move statistics in toc

pull/932/head
niclas 2024-02-16 10:36:17 +01:00
parent 9c397a4b40
commit e969b503e9
1 changed files with 1 additions and 1 deletions

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