diff --git a/layouts/posts/single.html b/layouts/posts/single.html
index d7143aa..9d7c5b9 100644
--- a/layouts/posts/single.html
+++ b/layouts/posts/single.html
@@ -53,7 +53,7 @@
{{- else if not (eq .Lastmod .Date ) -}}
[Modified : {{ dateFormat .Site.Params.dateformNumTime .Lastmod.Local -}}]
{{- else -}}
- {{ errorf ".Lastmod is not found in Page Frontmatter or .Lastmod is same as .Date" }}
+ {{ errorf "Lastmod is not found in Page Frontmatter or Lastmod is same as Date" }}
{{- end -}}
{{- end -}}