aboutsummaryrefslogtreecommitdiff
path: root/_includes/reading-time.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/reading-time.html')
-rw-r--r--_includes/reading-time.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/reading-time.html b/_includes/reading-time.html
index de71601..dd1960e 100644
--- a/_includes/reading-time.html
+++ b/_includes/reading-time.html
@@ -3,5 +3,5 @@
{%- endcapture -%}
{%- unless words contains '-' -%}
-{{- words | plus: 150 | divided_by: 150 | append: ' min read' -}}
+{{- words | plus: 150 | divided_by: 150 | append: ' min read' | xml_escape -}}
{%- endunless -%} \ No newline at end of file