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

github.com/mdashx/basicwebtheme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/list-taxonomy-terms.html')
-rw-r--r--layouts/partials/list-taxonomy-terms.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/list-taxonomy-terms.html b/layouts/partials/list-taxonomy-terms.html
index 9c813eb..aab2278 100644
--- a/layouts/partials/list-taxonomy-terms.html
+++ b/layouts/partials/list-taxonomy-terms.html
@@ -2,7 +2,7 @@
{{ range $term := .terms }}
- {{ $term_path := lower (replace ($term) " " "-") }}
+ {{ $term_path := (urlize $term) }}
{{ $term_page := site.GetPage (path.Join $.parent $term_path) }}
{{ $url := $term_page.Permalink}}