diff --git a/themes/mytheme/layouts/partials/footer.html b/themes/mytheme/layouts/partials/footer.html
index 66313f5..0fc2f7e 100644
--- a/themes/mytheme/layouts/partials/footer.html
+++ b/themes/mytheme/layouts/partials/footer.html
@@ -4,7 +4,7 @@
{{ site.Copyright | markdownify }}
{{- else }}
© {{ now.Year }} {{ site.Title }}
- Build date: {{- if not ( eq site.buildDate 0 ) }}{{ site.buildDate }}{{- end }}
+ Build date: {{ site.buildDate }}
{{- end }}
{{- end }}