docs: Add TODOList button to website

This commit is contained in:
jstoobysmith 2024-07-10 07:24:19 -04:00
parent f83908e259
commit e24407fd5f

View file

@ -27,6 +27,7 @@
<a href="{{ site.github.zip_url }}" class="btn">Download .zip</a> <a href="{{ site.github.zip_url }}" class="btn">Download .zip</a>
<a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a> <a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a>
{% endif %} {% endif %}
<a href="https://heplean.github.io/HepLean/TODOList" class="btn">TODO List</a>
</header> </header>
<main id="content" class="main-content" role="main"> <main id="content" class="main-content" role="main">