Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
19 additions
and 0 deletions.
There are no files selected for viewing
| @@ -0,0 +1,19 @@ | ||
|
|
||
| --- | ||
| date: 2021-07-30 | ||
| title: "Hugo 0.86.1: A couple of Bug Fixes" | ||
| description: "This version fixes a couple of bugs introduced in 0.86.0." | ||
| categories: ["Releases"] | ||
| images: | ||
| - images/blog/hugo-bug-poster.png | ||
|
|
||
| --- | ||
|
|
||
|
|
||
|
|
||
| This is a bug-fix release with one important fix. | ||
|
|
||
| * config: Fix a potential deadlock in config reading [94b616bd](https://github.com/gohugoio/hugo/commit/94b616bdfad177daa99f5e87535943f509198f6f) [@bep](https://github.com/bep) [#8791](https://github.com/gohugoio/hugo/issues/8791) | ||
|
|
||
|
|
||
|
|