mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Set link to download db to nofollow
This commit is contained in:
parent
5c64af6936
commit
b8230694ff
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@
|
|||
{% endif %}
|
||||
|
||||
{% if allow_download %}
|
||||
<p class="download-sqlite">Download SQLite DB: <a href="{{ urls.database(database) }}.db">{{ database }}.db</a> <em>{{ format_bytes(size) }}</em></p>
|
||||
<p class="download-sqlite">Download SQLite DB: <a href="{{ urls.database(database) }}.db" rel="nofollow">{{ database }}.db</a> <em>{{ format_bytes(size) }}</em></p>
|
||||
{% endif %}
|
||||
|
||||
{% include "_codemirror_foot.html" %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue