hugo/content/en/news/0.41-relnotes/index.md
Bjørn Erik Pedersen b239595af5 Squashed 'docs/' changes from 0fd7b4169..501c6e233
501c6e233 Remoe speakerdeck example
9529bd27d Fix typos
530f22cd3 Remove language assuming knowledge of GitHub OAuth
c618809e7 Refer to Go by its proper name, not its domain name
06e23168b Add timeout parameter to configuration docs
034fa62a7 Update shortcodes.md
10ea79335 Document .Ordinal on shortcode
0bfd85fb9 Formatting
e44f80fdf Release 0.41
76164258c releaser: Add release notes to /docs for release of 0.41
8d87505eb releaser: Bump versions for release of 0.41
2bbc003ee docs: Document the GDPR Privacy Config
e2d11564d Merge commit 'd2b1030060d3c91d5f9ffa3456418da16bd74f1d'

git-subtree-dir: docs
git-subtree-split: 501c6e23370fae21e2110e0d7ea0db6731b31779
2018-06-11 22:31:02 +02:00

7.3 KiB


date: 2018-05-25 title: "Hugo 0.41: Privacy Configuration for GDPR" description: "Hugo 0.41 adds a new site configuration section to meet the new General Data Protection Regulation (GDPR)." categories: ["Releases"]

In Hugo 0.41 we add a new Privacy Configuration section to meet the new regulations in the new General Data Protection Regulation (GDPR). Many have contributed work on this project, but a special thanks to @onedrawingperday, @jhabdas, and @it-gro.

You can read more about the new Privacy Config here.

Hugo now has:

Notes

  • We have fixed an issue where we sent the wrong .Site object into the archetype templates used in hugo new. This meant that if you wanted to access site params and some other fields you needed to use .Site.Info.Params etc. This release fixes that so now you can use the same construct in the archetype templates as in the regular templates.

Enhancements

Fixes