Skip to content

Commit

Permalink
Set link to download db to nofollow
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg authored Jan 31, 2024
1 parent 5c64af6 commit b823069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datasette/templates/database.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ <h2 id="views">Views</h2>
{% 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" %}
Expand Down

0 comments on commit b823069

Please sign in to comment.