I have added this code to head part:
{{ partial “opengraph.html” . }}
{{ partial "twittercards.html" . }}
{{ partial "schema.html" . }}
I had to copy these templates from Hugo’s repo into _partials directory, because I can not deploy a site without them, Hugo says file not found. Do I really need to keep these files in _partials directory?