That’s news to me. According the docs a partial in Hugo templates uses the following pattern:
{{ partial "<PATH>/<PARTIAL>.html" . }}
From here
EDIT
Also there’s been some discussion in the past about calling partials without the .html extension. See: [FIXED] Calling partial without specifying .html suffix