vjeantet / hugo-theme-casper

Casper theme ported to Hugo
MIT License
387 stars 181 forks source link

What is customHeaderPartial in the header.html ? #79

Closed kirtan403 closed 7 years ago

kirtan403 commented 7 years ago

I see a line at the end of the section in the header.html file.

{{ if .Site.Params.customHeaderPartial }}
    {{ partial .Site.Params.customHeaderPartial . }}
{{ end }}

There isn't anything documented about this. Can someone provide some detail on this?

vjeantet commented 7 years ago

Hello @kirtan403

it allows you to customize headers.html without touching it.. .

Have a look here : https://github.com/vjeantet/hugo-theme-casper/commit/ca2b8c2383b33f92f416efd66bc497d03061285f