Fix: tags url

This commit is contained in:
Wilfried OLLIVIER 2018-04-05 23:18:10 +02:00
parent 915249f53f
commit 8f0feb5ed5

View file

@ -19,7 +19,7 @@
<h4><a href="{{ .Scratch.Get "link" }}">{{ .Title }}</a></h4>
<h5>{{ $.Scratch.Get "subtitle" }}</h5>
{{ range .Params.tags }}
<a href="{{ $.Site.BaseURL }}tags/{{ . | urlize }}"><kbd class="item-tag">{{ . }}</kbd></a>
<a href="{{ $.Site.BaseURL }}/tags/{{ . | urlize }}"><kbd class="item-tag">{{ . }}</kbd></a>
{{ end }}
</div>