hugo

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

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

index.md (645B)

    1 ---
    2 date: 2017-04-13T13:53:58-04:00
    3 categories: ["Releases"]
    4 description: "Hugo 0.20.1 is a bug fix release, fixing some important regressions introduced in 0.20"
    5 link: ""
    6 title: "Hugo 0.20.1"
    7 draft: false
    8 author: bep
    9 aliases: [/0-20-1/]
   10 ---
   11 
   12 *   Fix logic for base template in work dir vs in the theme [#3323](//github.com/gohugoio/hugo/issues/3323)
   13 *   camelCased templates (partials, shortcodes etc.) not found [#3333](//github.com/gohugoio/hugo/issues/3333)
   14 *   Live-reload fails with `_index.md` with paginator [#3315](//github.com/gohugoio/hugo/issues/3315)
   15 *   `rssURI` WARNING always shown [#3319](//github.com/gohugoio/hugo/issues/3319)