Only add critical CSS inline
Opened this issue · 0 comments
reubenlillie commented
We should only inline CSS that is common to every page.
The inline CSS in /layouts/partials/head.html
is experimental right now. It needs to be separated into smaller files and placed in an /assets/css/
directory to be linked with bundling, minification, and fingerprint caching. For more information on Hugo asset management, see https://gohugo.io/categories/asset-management.