Version 8.1
See the changelog of this version for a detailed list of changes.0.126.3 Minimum required Hugo version
Breaking Change requiring action after upgrade
Change Change of behavior, may require action
New New behavior, often introducing new options
8.1.0 (2025-10-05)
Change
-
Change The
childrenshortcode has learned to show its children in a nice card layout.This required to deprecate the
containerstyleandstyleparameter in favor of the newtypeparameter. Your build will succeed as before but will give you detailed warnings how to migrate your old settings to the new for each occurance.If you haven’t set
containerstyleorstyleno changes are necessary. If you usedcontainerstyle=ulorstyle=linow usetype=treestyle=h*now usetype=list- any other
containerstyleorstylenow usetype=flat
If you want to use the new card layout, use
type=card. -
Change The
externalLinkTargetconfig option has changed its default from_blankto_selfcausing external links by default to be opened in the same tab.If you want to get back to the previous behavior of opening external links in a new tab, set
externalLinkTarget='_blank'in yourhugo.toml.
New
-
New The theme now supports cards with the
cardshortcode and the correspondingcardsshortcode.See them in action on the shortcodes overview page.