Theme Files Update
This commit is contained in:
parent
2dd301b5ad
commit
45348ec2ca
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
||||||
{{- else if not (eq .Lastmod .Date ) -}}
|
{{- else if not (eq .Lastmod .Date ) -}}
|
||||||
[Modified : {{ dateFormat .Site.Params.dateformNumTime .Lastmod.Local -}}]
|
[Modified : {{ dateFormat .Site.Params.dateformNumTime .Lastmod.Local -}}]
|
||||||
{{- else -}}
|
{{- else -}}
|
||||||
{{ errorf ".Lastmod is not found in Page Frontmatter or .Lastmod is same as .Date" }}
|
{{ errorf "Lastmod is not found in Page Frontmatter or Lastmod is same as Date" }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue