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

github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibaud LeprĂȘtre <thibaud.lepretre@gmail.com>2018-08-26 17:57:01 +0300
committerThibaud LeprĂȘtre <thibaud.lepretre@gmail.com>2018-08-26 17:57:01 +0300
commitf8c51658fbb2b454978420d608ffa0dcabfecea2 (patch)
treeedd07f05b2e103f62a5a4ee0588d91718253f5e6 /layouts
parent6dca980161afc86027863bed67bdf5a488378dc0 (diff)
Remove urlize on display name
fixes #269
Diffstat (limited to 'layouts')
-rw-r--r--layouts/taxonomy/category.terms.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/taxonomy/category.terms.html b/layouts/taxonomy/category.terms.html
index 0e50f64..8614713 100644
--- a/layouts/taxonomy/category.terms.html
+++ b/layouts/taxonomy/category.terms.html
@@ -4,7 +4,7 @@
{{ $page := . }}
{{ if .Params.categories }}
{{ $categories := (apply .Params.categories "urlize" ".") }}
- {{ range $index,$value := $categories }}
+ {{ range $index,$value := .Params.categories }}
{{ if gt $index ($.Scratch.Get "max-level") }}
{{ $.Scratch.Set "max-level" $index }}
{{ end }}