Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Aug 1, 2024
1 parent 61ef18c commit b3c7206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<tbody>
{% for post in site.categories.dataset %}
<tr>
<td><a href="{{ post.url }}">{{ post.title }}</a></td>
<td style="max-width: 40px;"><a href="{{ post.url }}">{{ post.title }}</a></td>
<td><a href="{{ post.website }}">Dataset</a></td>
<td>{{ post.scanner }}</td>
{% for echo in echoes %}
Expand Down

0 comments on commit b3c7206

Please sign in to comment.