refactor: rename "Related contents" to "Related content" (#567)

This commit is contained in:
Spence Churchill
2022-06-05 17:20:08 +02:00
committed by GitHub
parent 58b1e0706a
commit 5e350b92e8
24 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
{{ partial "article/components/links" . }}
{{ end }}
{{ partial "article/components/related-contents" . }}
{{ partial "article/components/related-content" . }}
{{ if not (eq .Params.comments false) }}
{{ partial "comments/include" . }}