The line {{ partial "logo.html" }} is missing the context parameter "." so variables such as {{ .Site.BaseURL }} are not available in the logo.html override file. The correct line should be {{ partial "logo.html" . }}.
Sorry for making this an issue rather than just fixing the file but, I don't know how to submit patches to other people's projects.
The line
{{ partial "logo.html" }}is missing the context parameter "." so variables such as{{ .Site.BaseURL }}are not available in the logo.html override file. The correct line should be{{ partial "logo.html" . }}.Sorry for making this an issue rather than just fixing the file but, I don't know how to submit patches to other people's projects.