v0.147.4

gohugoio/hugov0.147.4May 20, 2025by bep

AI Summary

This release includes bug fixes related to TailwindCSS configuration and theme layout overrides, ensuring better compatibility with existing setups.

Key Highlights

  • Fix TailwindCSS inlineImports option not always being enabled
  • Fix theme overrides when theme has old layout setup
  • Narrow down usage of plain text shortcodes when rendering HTML

Full Release Notes

## What's Changed

* Fix it so css.TailwindCSS inlineImports options isn't always enabled a03a245f0 @bep #13719 
* tpl: Add a test case 5a81a3a4c @bep #13699 
* tpl: Narrow down the usage of plain text shortcodes when rendering HTML 61317821e @bep #13698 
* tpl: Fix theme overrides when theme has old layout setup (e.g. _default) 6142bc701 @bep #13715