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

github.com/d-kusk/minimage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaisuke KONISHI <skydai1151@gmail.com>2018-02-12 18:05:34 +0300
committerDaisuke KONISHI <skydai1151@gmail.com>2018-02-12 18:05:34 +0300
commitd9242aa023c1857766b5b9a3a4cf732d85b55a8e (patch)
tree65b366d10c4ceba5ca9a7c921259b299bb0421ed /layouts
parentf5c52d3ce41e4283a4df1f8100fe489eb1b1b0fb (diff)
fixed tag link
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index e0add35..935fe11 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -11,7 +11,7 @@
{{ if .Params.tags }}
<div class="c-tag">
{{ range .Params.tags }}
- <a class="c-tag__item c-link" href="{{ " /tags/ " | relLangURL }}{{ . | urlize }}">{{ . }}</a>
+ <a class="c-tag__item c-link" href="{{ "/tags/" | relLangURL }}{{ . | urlize }}">{{ . }}</a>
{{ end }}
</div>
{{ end }}