mirror of
https://github.com/simonw/datasette.git
synced 2026-09-02 14:44:07 +02:00
Merge 9c86214f44 into 0337fba234
This commit is contained in:
commit
35e7d9b73e
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
{% block footer_content %}
|
||||
Powered by <a href="https://datasette.io/" title="Datasette v{{ datasette_version }}">Datasette</a>
|
||||
{% if query_ms %}· Queries took {{ query_ms|round(3) }}ms{% endif %}
|
||||
{% if metadata %}
|
||||
|
|
@ -19,3 +20,4 @@ Powered by <a href="https://datasette.io/" title="Datasette v{{ datasette_versio
|
|||
{% endif %}{{ metadata.about or metadata.about_url }}{% if metadata.about_url %}</a>{% endif %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue