diff --git a/src/build.py b/src/build.py index f49f8d6..f5abcaa 100644 --- a/src/build.py +++ b/src/build.py @@ -206,6 +206,10 @@ def build_statistics_page(articles, config): content += "

\n" content += "\n" + content += "
\n" + content += "

Total word count:
\n" + content += str(sum(article_length.values())) + "

" + # Player pageranks content += "
\n" content += "

Player total page rank:
\n"