Skip to content

v1.0.2

Compare
Choose a tag to compare
@razonyang razonyang released this 23 May 09:31
· 73 commits to master since this release

Bug fixes release for Hugo v0.112.0

  • For >= Hugo v0.112.0, you'll need to upgrade your theme to this version.
  • For < Hugo v0.112.0, you may need to append the PWD into security.funcs.getenv after upgrading the theme.
# config.toml
[security.funcs]
  getenv = ['^HUGO_', '^CI$', 'PWD']

What's Changed

Full Changelog: v1.0.1...v1.0.2