Skip to content

Commit

Permalink
fix: add anchorize
Browse files Browse the repository at this point in the history
  • Loading branch information
reuixiy committed Aug 28, 2019
1 parent f0dc4a9 commit fcfa11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/components/keywords.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{{- range $taxonomy, $terms := .Site.Taxonomies -}}
{{- with $.Param $taxonomy -}}
{{- range $index, $term := . -}}
{{- $.Scratch.Add "keywordsPost" (printf "%s, " $term) -}}
{{- $.Scratch.Add "keywordsPost" (printf "%s, " ($term | anchorize)) -}}
{{- end -}}
{{- end -}}
{{- end -}}
Expand Down

0 comments on commit fcfa11e

Please sign in to comment.