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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2019-08-19 18:00:26 +0300
committerDillon <dillonzq@outlook.com>2019-08-19 18:00:26 +0300
commit41a885eba0bd1f0b4a30abb09e1bcd7836d48b9a (patch)
treeb0eba72f22d8decced4cebac986b571a2a06b0af /layouts/taxonomy
parent6d0116b88354a9f3ea341b0c858cc45377eeba56 (diff)
fix: fix style bug
Diffstat (limited to 'layouts/taxonomy')
-rw-r--r--layouts/taxonomy/terms.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/layouts/taxonomy/terms.html b/layouts/taxonomy/terms.html
index 9cc67d8..e30b656 100644
--- a/layouts/taxonomy/terms.html
+++ b/layouts/taxonomy/terms.html
@@ -50,9 +50,7 @@
{{ else if eq $taxonomy "tag" }}
<div class="tag-cloud-tags">
{{ range $.Site.Taxonomies.tags.ByCount }}
- {{ if .Name }}
- <a href="/tags/{{ .Name | urlize}}/"> {{ .Name }} <small>({{ .Count }})</small></a>
- {{ end }}
+ <a href="{{ .Page.Permalink }}"> {{ .Page.Title }} <small>({{ .Count }})</small></a>
{{end}}
</div>