Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Sep 16, 2021
1 parent b004086 commit 93fafda
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@ date when the latest version was retrieved, 💡 means the date was inferred by
{% for entry in site.data.versions.database %}
{% assign latest = entry.releases | last %}
<tr>
<td>{% if latest.prefix %}<a href="https://bioregistry.io/{{ entry.prefix }}"><code>{{ entry.prefix }}</code></a>{% endif %}</td>
<td>
{% if entry.prefix %}
<a href="https://bioregistry.io/{{ entry.prefix }}"><code>{{ entry.prefix }}</code></a>
{% elsif entry.key %}
{{ entry.key }}
{% endif %}
</td>
<td>{{ entry.name }}</td>
<td>
{% if latest.homepage %}<a href="{{ latest.homepage }}">{{ latest.version }} </a>{% else %}{{ latest.version }}{% endif %}
Expand Down

0 comments on commit 93fafda

Please sign in to comment.