Skip to content

Commit

Permalink
Update .github/templates/index.html
Browse files Browse the repository at this point in the history
Co-authored-by: Yaroslav Halchenko <debian@onerussian.com>
  • Loading branch information
bendichter and yarikoptic authored Jul 2, 2024
1 parent fd15edc commit a41c8c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h1>DANDI Datasets</h1>
<h2>Table of Contents</h2>
<ul>
{% for dandiset in dandisets %}
<li><a href="#dandiset-{{ dandiset.id }}">{{ dandiset.metadata.name }}</a></li>
<li><a href="#dandiset-{{ dandiset.id }}">{{ dandiset.id }} - {{ dandiset.metadata.name }}</a></li>
{% endfor %}
</ul>
</div>
Expand Down

0 comments on commit a41c8c2

Please sign in to comment.