kraiklyn icon indicating copy to clipboard operation
kraiklyn copied to clipboard

Missing context in sidebar.html

Open blonewolfs opened this issue 3 years ago • 1 comments
trafficstars

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.

blonewolfs avatar Jul 24 '22 21:07 blonewolfs

Thanks for the detailed report!

jsnjack avatar Aug 01 '22 19:08 jsnjack