shithub: hugo

Download patch

ref: 04d4c08dbcac08ff7feeb88863e91799fed0937b
parent: 016dd4a69a765061bb3da8490d3cac6ec47a91eb
author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
date: Tue Jul 24 06:10:51 EDT 2018

hugolib: Fix .Site.GetPage regression

In Hugo 0.44 we simplified the `.Site.GetPage` API and added code to handle the old-style syntax in most cases.

This logic did not handle the lookup of the home page via `.Site.GetPage "section" ""` and similar. This commit fixes that.

Fixes #4989