index.md (538B)
1 2 --- 3 date: 2020-03-22 4 title: "Hugo 0.68.1: 1 bug fix" 5 description: "This release reverts a change in resources.ExecuteAsTemplate that broke some theme demos." 6 categories: ["Releases"] 7 images: 8 - images/blog/hugo-bug-poster.png 9 10 --- 11 12 13 14 This is a bug-fix release with one important fix. 15 16 * Revert "resources: Add data context to the key in ExecuteAsTemplate" [c9dc316a](https://github.com/gohugoio/hugo/commit/c9dc316ad160e78c9dff4e75313db4cac8ea6414) [@bep](https://github.com/bep) [#7064](https://github.com/gohugoio/hugo/issues/7064) 17 18 19