alex-shpak / hugo-book

Hugo documentation theme as simple as plain book
https://hugo-book-demo.netlify.app
MIT License
3.4k stars 1.17k forks source link

Auto-generate ID for tabs #649

Closed orsinium closed 6 days ago

orsinium commented 1 month ago

Use .Ordinal instead of user-provided string argument to generate a unique ID for tabs. It makes the tabs easier to use, no need to come up with a unique name for each tabs group anymore.

The change is backward-compatible: user-provided ID will be simply ignored.

alex-shpak commented 6 days ago

Hi! Nice, looking good.