🐛 Corrige le commit précédent

This commit is contained in:
Clement Desmidt 2020-04-28 16:59:59 +02:00
parent 27fae1919f
commit e83c7eb102

View File

@ -10,9 +10,7 @@
<ul class="tag-list">
{{- range .Params.tags -}}
{{- $url := print "/tags/" (. | urlize) "/" -}}
<li><a $url -}} class="tag" href={{- relLangURL |>
<bt>{{- . -}}</bt>
</a></li>
<li><a class="tag" href={{- $url | relLangURL -}}><bt>{{- . -}}</bt></a></li>
{{- end -}}
</ul>
</div>