edited post

This commit is contained in:
Morgan 2023-10-31 16:13:20 +09:00
parent 16e41217d4
commit f7caf221b6
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<span>{{ site.Copyright | markdownify }}</span>
{{- else }}
<a href="/admin/" style="text-decoration: none;">&copy;</a> <span>{{ now.Year }} <a href="{{ "" | absLangURL }}">{{ site.Title }}</a></span>
<span>Build date: {{- if not ( eq site.buildDate 0 ) }}{{ site.buildDate }}{{- end }}</span>
<span>Build date: {{ site.buildDate }}</span>
{{- end }}
</footer>
{{- end }}