match code convention

updated to { year } to make code conventions
This commit is contained in:
Alan Tanner
2023-02-26 14:16:42 -05:00
parent 37d153584d
commit da28e3ccdb
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
{{/* Copyright */}}
{{ if .Site.Params.footer.showCopyright | default true }}
<p class="text-sm text-neutral-500 dark:text-neutral-400">
{{- with replace .Site.Params.copyright "{year}" now.Year }}
{{- with replace .Site.Params.copyright "{ year }" now.Year }}
{{ . | emojify | markdownify }}
{{- else }}
&copy;