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

github.com/wlh320/hugo-theme-hulga.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlh233 <wlh233@live.com>2021-08-25 10:59:26 +0300
committerwlh233 <wlh233@live.com>2021-08-25 11:00:14 +0300
commit39192947cc5f06e030c7e9c0f19d9531b509bd5f (patch)
treec2b3e086963ee118173f07368bdb7612c384a0b9 /layouts/_default/taxonomy.html
parent43cd8c06d462566bf460e2701b34f9a9396517b6 (diff)
fix issue #2 on taxonomy page and update _gen file
Diffstat (limited to 'layouts/_default/taxonomy.html')
-rw-r--r--layouts/_default/taxonomy.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html
index be9aa69..e95a91c 100644
--- a/layouts/_default/taxonomy.html
+++ b/layouts/_default/taxonomy.html
@@ -17,7 +17,7 @@
{{- $ctx := . -}}
{{ range .Site.Taxonomies.categories.ByCount }}
<div class="container" style="margin-bottom: 0.5rem">
- <a href="{{ $ctx.Site.BaseURL }}{{ "/categories/" | relLangURL }}{{ .Name | urlize }}">{{ .Name }}</a>
+ <a href="{{ $ctx.Site.BaseURL }}{{ "/categories/" | relLangURL }}{{ .Name | urlize }}/">{{ .Name }}</a>
<span class="tag is-medium is-pulled-right">
{{ .Count }}
</span>
@@ -58,4 +58,4 @@
</div>
</div>
</section>
-{{ end }} \ No newline at end of file
+{{ end }}