{{- /*
partials/meta/seo.html — canonical URL + robots directives
Outputs:
Always emitted; uses .Permalink (absolute).
"noindex, nofollow" on draft/future pages,
"index, follow" otherwise.
No params required. Works from any page context.
*/ -}}
{{- if or .Draft (gt .Date now) }}
{{- else }}
{{- end }}