Fix: tags url
This commit is contained in:
parent
915249f53f
commit
8f0feb5ed5
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
<h4><a href="{{ .Scratch.Get "link" }}">{{ .Title }}</a></h4>
|
<h4><a href="{{ .Scratch.Get "link" }}">{{ .Title }}</a></h4>
|
||||||
<h5>{{ $.Scratch.Get "subtitle" }}</h5>
|
<h5>{{ $.Scratch.Get "subtitle" }}</h5>
|
||||||
{{ range .Params.tags }}
|
{{ 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 }}
|
{{ end }}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue