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 b3c7206 commit 78dd6cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<table>
<thead>
<tr>
<th style="max-width: 40px;">Title</th>
<th style="max-width: 100px;">Title</th>
<th>URL</th>
<th>Scanner</th>
{% for echo in echoes %}
Expand All @@ -31,7 +31,7 @@
<tbody>
{% for post in site.categories.dataset %}
<tr>
<td style="max-width: 40px;"><a href="{{ post.url }}">{{ post.title }}</a></td>
<td style="max-width: 100px;"><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 78dd6cd

Please sign in to comment.