We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd64c9 commit 924fcceCopy full SHA for 924fcce
templates/index.html.jinja
@@ -27,5 +27,5 @@
27
</div>
28
29
30
- <p style="text-align: center;">Last updated at {{ generation_time.strftime('%A, %-d %B %Y, %-H:%M:%S %Z') }} (in {{ duration // 60 }}:{{ "{:02}".format(duration % 60) }} minutes).</p>
+ <p style="text-align: center;">Last updated on {{ generation_time.strftime('%A, %-d %B %Y, %-H:%M:%S %Z') }} (in {{ duration // 60 }}:{{ "{:02}".format(duration % 60) }} minutes).</p>
31
{% endblock %}
0 commit comments