Added some details

This commit is contained in:
Pablo Ferreiro 2023-04-02 20:14:48 +02:00
parent 4188fcf064
commit aadfeccab1
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24
10 changed files with 48 additions and 5 deletions

View file

@ -1,5 +1,5 @@
<div class="tags">
{foreach $challenges as $challenge}
<a class="tag is-rounded" href="{path('/tag/' . $challenge->title)}">#{$challenge->title}</a>
<a class="tag is-primary is-rounded" href="{path('/tag/' . $challenge->title)}">#{$challenge->title}</a>
{/foreach}
</div>