I am trying to use Page Resources to customize style for certain pages. I have tried to add the following snippet to layouts/partials/style.html but it made no effect.
{{ with .Resources.GetMatch "custom.css" }}
<style>{{ .Content | safeCSS }}</style>
{{ end }}
in content/english/blog/ directory, I have the following files and hope to apply custom style to these posts only.