Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/calintat/minimal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcalintat <calintat@gmail.com>2018-01-11 19:39:11 +0300
committercalintat <calintat@gmail.com>2018-01-11 19:39:11 +0300
commit7d929851ffdd5a0752d8b1f05596cf7cbf907982 (patch)
tree31152b48c3cab1ca9dcafc4e28877e4649ef280d
parentb7bc259ba6be22b642bcc6103aee224dad3c8c77 (diff)
Fixed #51
-rw-r--r--layouts/partials/list-item.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/list-item.html b/layouts/partials/list-item.html
index bda8065..e6a2106 100644
--- a/layouts/partials/list-item.html
+++ b/layouts/partials/list-item.html
@@ -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/{{ . }}"><kbd class="item-tag">{{ . }}</kbd></a>
+ <a href="{{ $.Site.BaseURL }}tags/{{ . | urlize }}"><kbd class="item-tag">{{ . }}</kbd></a>
{{ end }}
</div>