hugo

Fork of github.com/gohugoio/hugo with reverse pagination support

git clone git://git.shimmy1996.com/hugo.git

index.md (542B)

    1 
    2 ---
    3 date: 2021-11-17
    4 title: "Hugo 0.89.4: One Bug Fix"
    5 description: "This version fixes one bug introduced in 0.89.0."
    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 for people using `hugo new` to create new content:
   15 
   16 * Fix content dir resolution when main project is a Hugo Module [2e70f61f](https://github.com/gohugoio/hugo/commit/2e70f61fb04cea08ef6598728a57637ae2cc199c) [@bep](https://github.com/bep) [#9177](https://github.com/gohugoio/hugo/issues/9177)
   17 
   18 
   19