hugomods / base

:dart: Useful partials and functions to help developers design Hugo themes.
https://base.hugomods.com/
MIT License
2 stars 3 forks source link

Allow specifying the depth of sections on title #26

Closed razonyang closed 11 months ago

TetraTheta commented 11 months ago

As per this discussion, I think title should include 'section order' too.

razonyang commented 11 months ago

To upgrade the latest release:

hugo mod get github.com/hugomods/base@v0.2.0

You don't need to specify the module in site's imports, since this module was imported by related module already.

TetraTheta commented 11 months ago

Thank you for the hard works!

razonyang commented 11 months ago

Btw, the parameters are different, see https://github.com/hugomods/base#title-partials.