aboutsummaryrefslogtreecommitdiff
path: root/layouts/post/summary.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/post/summary.html')
-rw-r--r--layouts/post/summary.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/post/summary.html b/layouts/post/summary.html
index bbebe31..0695eac 100644
--- a/layouts/post/summary.html
+++ b/layouts/post/summary.html
@@ -7,7 +7,7 @@
{{ with .Params.categories -}}
<div class="post-category">
{{ range . }}
- <a href="{{ "categories" | relURL }}/{{ . | urlize }}/"> {{ . }} </a>
+ <a href="{{ "categories" | relLangURL }}/{{ . | urlize }}/"> {{ . }} </a>
{{ end }}
</div>
{{- end }}