Skip to content

Commit

Permalink
Update footer.html
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Jul 10, 2024
1 parent 0890756 commit 1848fa9
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 (.Site.Params.author) and (.Site.author) -}}
{{- if and (not .Site.Params.author) .Site.author -}}
{{ errorf "Please move [author] to [params.author]; Hugo has deprecated the former." }}
{{- end -}}
<footer>
Expand Down

0 comments on commit 1848fa9

Please sign in to comment.