v2.11.1 - some smaller fixes
This release updates the module path to v2, which should fix some issues with installing the theme as module.
The documentation for this needs an update, but basically if you require the module with this line:
hugo mod get github.com/theNewDynamic/gohugo-theme-ananke/v2
then it will properly install the latest tagged and released version. After that hugo mod get -u ./...
will also update the module to the latest version.
Note: Not sure if that breaks something else though ;)
Other changes:
What's Changed
- Update README.md by @patrickbenkoetter in #766
- build(deps): bump postcss-preset-env from 10.0.7 to 10.0.8 by @dependabot in #771
- Fix share link building when
params
particle is present by @ramiro in #769
New Contributors
- @patrickbenkoetter made their first contribution in #766
Full Changelog: v2.11.0...v2.11.1