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 463d040 commit 32c30d9
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 @@ -67,7 +67,7 @@ <h1> {{ site.title }} </h1>
<tbody>
{% for post in site.categories.dataset %}
<tr>
<td style="max-width: 300px;"><a href="{{ post.url }}">{{ post.title }}</a></td>
<td style="max-width: 300px;"><a href="{{ post.url | relative_url }}">{{ post.title }}</a></td>
<td style="text-align: center;"><a href="{{ post.website }}">Dataset</a></td>
<td style="text-align: center;">{{ post.scanner }}</td>
{% for echo in echoes %}
Expand Down

0 comments on commit 32c30d9

Please sign in to comment.