Skip to content
Discussion options

You must be logged in to vote

Please attach a public repo link to reproduce.

Calls to partials have changed a lot since 3.4.1.

It may be enough to change the call from

{{- partial "header.html" . }}

to

{{- partial "page-meta.hugo" . }}
{{- partial "output-partial.hugo" (dict "base" "header" "page" . "parameter" .) }}

See also layouts/partials/_main.hugo

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by TB1234
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants