diff --git a/templates/base.html.jinja b/templates/base.html.jinja index 40b2865b9..de79078f5 100644 --- a/templates/base.html.jinja +++ b/templates/base.html.jinja @@ -59,14 +59,21 @@ - +
+ + + + + + +
diff --git a/templates/index.html.jinja b/templates/index.html.jinja index 2e8cc8ec1..5ee4d8d0b 100644 --- a/templates/index.html.jinja +++ b/templates/index.html.jinja @@ -39,7 +39,6 @@

Last updated {{ generation_time.strftime('on %A %-d %B %Y at %-H:%M:%S %Z') }} (in {{ duration // 60 }} minutes and {{ duration % 60 }} seconds).
- You can find the scripts used to generate this website on GitHub.
You can download the data on this page in JSON format.

{% endblock %}