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 78dd6cd commit 6033109
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
layout: home
---

<h1> {{ site.title }} </h1>

{% assign echoes = "" | split: "" %}
{% assign extras = "" | split: "" %}
{% for post in site.categories.dataset %}
Expand All @@ -17,7 +19,7 @@
<table>
<thead>
<tr>
<th style="max-width: 100px;">Title</th>
<th style="max-width: 200px;">Title</th>
<th>URL</th>
<th>Scanner</th>
{% for echo in echoes %}
Expand All @@ -31,7 +33,7 @@
<tbody>
{% for post in site.categories.dataset %}
<tr>
<td style="max-width: 100px;"><a href="{{ post.url }}">{{ post.title }}</a></td>
<td style="max-width: 200px;"><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 6033109

Please sign in to comment.