slug generation improvements

This commit is contained in:
rhiannon morris 2024-09-15 17:39:37 +02:00
parent 32edbb1816
commit 0438ee590f
2 changed files with 9 additions and 5 deletions

View file

@ -2,7 +2,7 @@
<ul class=tag-list>
$for(all-tags)$
<li>
<a href=tag-$it.slug$.html>$it.name$</a>
<a href='tag-$it.slug$.html'>$it.name$</a>
<span class=count>($it.count$)</span>
$endfor$
</ul>