mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
releaser: Add release notes to /docs for release of 0.84.4
[ci skip]
This commit is contained in:
parent
4c34faf426
commit
020e4acee4
1 changed files with 20 additions and 0 deletions
20
docs/content/en/news/0.84.4-relnotes/index.md
Normal file
20
docs/content/en/news/0.84.4-relnotes/index.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
|
||||
---
|
||||
date: 2021-07-01
|
||||
title: "Hugo 0.84.4: A couple of Bug Fixes"
|
||||
description: "This version fixes a couple of bugs introduced in 0.84.0."
|
||||
categories: ["Releases"]
|
||||
images:
|
||||
- images/blog/hugo-bug-poster.png
|
||||
|
||||
---
|
||||
|
||||
|
||||
|
||||
This is a bug-fix release with a couple of important fixes.
|
||||
|
||||
* Fix Cloudflare vs Netlify cache dir issue [4c8552b1](https://github.com/gohugoio/hugo/commit/4c8552b11477141777101e0e0609dd1f32d191e9) [@bep](https://github.com/bep) [#8714](https://github.com/gohugoio/hugo/issues/8714)
|
||||
* Fix date format in schema and opengraph templates [34e4742f](https://github.com/gohugoio/hugo/commit/34e4742f0caab0d3eb9efd00fce4157d112617b5) [@jmooring](https://github.com/jmooring) [#8671](https://github.com/gohugoio/hugo/issues/8671)
|
||||
|
||||
|
||||
|
Loading…
Reference in a new issue