mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 09:46:11 +01:00
Tags are lower case
This commit is contained in:
parent
c32b004cd5
commit
fd0850e8dc
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
||||||
|
|
||||||
<ol class="tags">
|
<ol class="tags">
|
||||||
{{ range (uniq (sort $tags)) }}
|
{{ range (uniq (sort $tags)) }}
|
||||||
<li><a href="/tags/{{ . }}">{{ . }}</a></li>
|
<li><a href="/tags/{{ . | lower }}">{{ . }}</a></li>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</ol>
|
</ol>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue