hugo

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

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

index.md (447B)

    1 ---
    2 date: 2018-10-11
    3 title: "Hugo 0.49.2: One Bug Fix"
    4 description: "Fixes a type issue in append and Scratch.Add"
    5 categories: ["Releases"]
    6 images:
    7 - images/blog/hugo-bug-poster.png
    8 ---
    9 
   10 This fixes one regression from Hugo `0.42.1`:
   11 
   12 * Fix type checking in Append [2159d77f](https://github.com/gohugoio/hugo/commit/2159d77f368eb1f78e51dd94133554f88052d85f) [@bep](https://github.com/bep) [#5303](https://github.com/gohugoio/hugo/issues/5303)
   13 
   14 
   15 
   16 
   17