From f7caf221b671ef02e193bfd417a9c015e03296b3 Mon Sep 17 00:00:00 2001 From: Morgan Date: Tue, 31 Oct 2023 16:13:20 +0900 Subject: [PATCH] edited post --- themes/mytheme/layouts/partials/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}