Add challenge number to action button

This commit is contained in:
Elnu 2022-02-18 14:01:00 -08:00
parent 31d581de0c
commit 5041ae9878

View file

@ -8,7 +8,7 @@
<p class="action-button">
<a href="/{{< current >}}">
<span>Latest challenge <i class="fa-solid fa-circle-arrow-right"></i></span>
<span>Latest challenge #{{< current >}} <i class="fa-solid fa-circle-arrow-right"></i></span>
<img src="/mascot-avatar.png">
</a>
</p>