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 65bed17 commit 02d7065
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 @@ -19,7 +19,7 @@ <h1> {{ site.title }} </h1>
<table>
<thead>
<tr>
<th style="max-width: 200px;">Title</th>
<th style="max-width: 300px;">Title</th>
<th>URL</th>
<th>Scanner</th>
{% for echo in echoes %}
Expand All @@ -33,7 +33,7 @@ <h1> {{ site.title }} </h1>
<tbody>
{% for post in site.categories.dataset %}
<tr>
<td style="max-width: 200px;"><a href="{{ post.url }}">{{ post.title }}</a></td>
<td style="max-width: 300px;"><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 02d7065

Please sign in to comment.