Use en dash for date range.

This commit is contained in:
Nick Kocharhook 2022-01-02 16:37:14 +00:00
parent c9af265921
commit 7fba670d6e

View File

@ -3,9 +3,11 @@
<section class="copyright"> <section class="copyright">
&copy; &copy;
{{ if and (.Site.Params.footer.since) (ne .Site.Params.footer.since (int (now.Format "2006"))) }} {{ if and (.Site.Params.footer.since) (ne .Site.Params.footer.since (int (now.Format "2006"))) }}
{{ .Site.Params.footer.since }} - {{ .Site.Params.footer.since }}{{ now.Format "06" }}
{{ else }}
{{ now.Format "2006" }}
{{ end }} {{ end }}
{{ now.Format "2006" }} {{ .Site.Title }} {{ .Site.Title }}
</section> </section>
<section class="powerby"> <section class="powerby">