Skip to content

Commit

Permalink
Update footer.html
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Jul 10, 2024
1 parent 24a34fe commit 14e01cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/footer.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{ if eq .Type "page" }}
{{ partial "page_meta.html" . }}
{{ end }}
{{- if not isset $.Site.Params.author .id -}}
{{- if not (isset $.Site.Params.author .id) -}}
{{- if isset $.Site.author .id -}}
{{ errorf "Please move [author] to [params.author]; Hugo has deprecated the former." }}
{{- end -}}
Expand Down

0 comments on commit 14e01cb

Please sign in to comment.