hugo

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

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

index.md (639B)

    1 
    2 ---
    3 date: 2018-03-07
    4 title: "Hugo 0.37.1: One Bugfix"
    5 description: "Fixes SVG (and similar) handling as page resources."
    6 categories: ["Releases"]
    7 images:
    8 - images/blog/hugo-bug-poster.png
    9 
   10 ---
   11 
   12 This is a bug-fix release with a one important fix:
   13 
   14 Image content such as `SVG` cannot be scaled with the built-in image processing methods, but it should still be possible to use them as page resources. This was a regression in Hugo `0.37` and is now fixed. [ba94abbf](https://github.com/gohugoio/hugo/commit/ba94abbf5dd90f989242af8a7027d67a572a6128) [@bep](https://github.com/bep) [#4455](https://github.com/gohugoio/hugo/issues/4455)
   15 
   16 
   17 
   18 
   19 
   20