aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/meta-wordcount.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/partials/meta-wordcount.html')
-rw-r--r--themes/default/layouts/partials/meta-wordcount.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/layouts/partials/meta-wordcount.html b/themes/default/layouts/partials/meta-wordcount.html
index 5fd5451..b6ec95e 100644
--- a/themes/default/layouts/partials/meta-wordcount.html
+++ b/themes/default/layouts/partials/meta-wordcount.html
@@ -4,7 +4,7 @@
{{- $overLimit := sub .WordCount $limit -}}
{{- $bitCount := lang.FormatNumberCustom 0 (len .Content) -}}
-<micro-metadata-wordcount
+<meta-wordcount
title="
{{- if $wordLimit -}}
{{ $overLimit }} words over the limit
@@ -29,5 +29,5 @@ title="
{{- /* This comment removes trailing newlines and white spaces. */ -}}
</word-limit>
{{- /* This comment removes trailing newlines and white spaces. */ -}}
-</micro-metadata-wordcount>
+</meta-wordcount>
{{- /* This comment removes trailing newlines and white spaces. */ -}}