Cleanup and perf

This commit is contained in:
nora 2025-07-03 19:44:03 +02:00
parent 61d78680e0
commit 79bb6d1eb0
6 changed files with 13 additions and 259 deletions

View file

@ -23,7 +23,13 @@
</p>
<h1>Nightlies</h1>
<ul></ul>
<ul>
{% for nightly in nightlies.iter().take(5) %}
<li>
<a href="nightly?nightly={{ nightly }}">{{ nightly }}</a>
</li>
{% endfor %}
</ul>
<p>
To view a list of all nightlies, check
<a href="#all-nightlies">the list at the end</a>.
@ -68,6 +74,5 @@
</svg>
</a>
</footer>
<script src="index.js"></script>
</body>
</html>