URI: 
       releaser: Add release notes to /docs for release of 0.60.1 - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 960667561f76e25aac8b2f5ccfcb2facf663de03
   DIR parent 6c05563082ea92c1bde2ae93ee2cc19ce6a9877e
  HTML Author: hugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
       Date:   Fri, 29 Nov 2019 14:56:16 +0000
       
       releaser: Add release notes to /docs for release of 0.60.1
       
       [ci skip]
       
       Diffstat:
         A docs/content/en/news/0.60.1-relnot… |      22 ++++++++++++++++++++++
       
       1 file changed, 22 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/docs/content/en/news/0.60.1-relnotes/index.md b/docs/content/en/news/0.60.1-relnotes/index.md
       @@ -0,0 +1,22 @@
       +
       +---
       +date: 2019-11-29
       +title: "Hugo 0.60.1: A couple of Bug Fixes"
       +description: "This version fixes a couple of bugs introduced in 0.60.0."
       +categories: ["Releases"]
       +images:
       +- images/blog/hugo-bug-poster.png
       +
       +---
       +
       +        
       +
       +This is a bug-fix release with a couple of important fixes.
       +
       +* deps: Update minify [86a5b59f](https://github.com/gohugoio/hugo/commit/86a5b59f64dd6c4d338a9e091e98cd0ad6d4824f) [@MeiK2333](https://github.com/MeiK2333) [#6475](https://github.com/gohugoio/hugo/issues/6475)
       +* Fix headless regression [bb80fff6](https://github.com/gohugoio/hugo/commit/bb80fff69ad3f2ddff23819bf6eb6f4b8512dc2a) [@bep](https://github.com/bep) [#6552](https://github.com/gohugoio/hugo/issues/6552)
       +* deps: Update Goldmark [347cfb0c](https://github.com/gohugoio/hugo/commit/347cfb0c17b08626250180e8a84b53fc4800473f) [@bep](https://github.com/bep) [#6549](https://github.com/gohugoio/hugo/issues/6549)[#6551](https://github.com/gohugoio/hugo/issues/6551)
       +* hugolib: Fix timeout number parsing for YAML/JSON config [b60ae35b](https://github.com/gohugoio/hugo/commit/b60ae35b97c4f44b9b09fcf06c863c695bc3c73a) [@bep](https://github.com/bep) [#6555](https://github.com/gohugoio/hugo/issues/6555)
       +
       +
       +