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

github.com/ribice/kiss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/tags.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/tags.html b/layouts/partials/tags.html
index 8fa67c8..c54f5c5 100644
--- a/layouts/partials/tags.html
+++ b/layouts/partials/tags.html
@@ -1,9 +1,9 @@
{{ range first 1 . }}
-<a class="subtitle is-6" href="{{ "/tags/" | relURL }}{{ . | urlize }}">#{{ . }}</a>
+<a class="subtitle is-6" href="{{ "/tags/" | relURL }}{{ . | urlize }}/">#{{ . }}</a>
{{ end }}
{{ if gt (len .) 1 }}
{{ range after 1 . }}
- | <a class="subtitle is-6" href="{{ "/tags/" | relURL }}{{ . | urlize }}">#{{ . }}</a>
+ | <a class="subtitle is-6" href="{{ "/tags/" | relURL }}{{ . | urlize }}/">#{{ . }}</a>
{{ end }}
-{{ end }} \ No newline at end of file
+{{ end }}