mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 01:35:56 +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">
|
||||
{{ range (uniq (sort $tags)) }}
|
||||
<li><a href="/tags/{{ . }}">{{ . }}</a></li>
|
||||
<li><a href="/tags/{{ . | lower }}">{{ . }}</a></li>
|
||||
{{ end }}
|
||||
</ol>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue