From 524eb16686bed7d110c6001c5d98b2ee0a2d80ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 15 Nov 2016 10:43:49 +0100 Subject: node to page: Handle URLs This includes removing the error return value from Permalink and RelPermalink. We ignore that error all over the place, so we might as well remove it. Updates #2297 --- hugolib/hugo_sites_build.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hugolib/hugo_sites_build.go') diff --git a/hugolib/hugo_sites_build.go b/hugolib/hugo_sites_build.go index 4f9ad4e04..596323e2b 100644 --- a/hugolib/hugo_sites_build.go +++ b/hugolib/hugo_sites_build.go @@ -136,7 +136,7 @@ func (h *HugoSites) process(config *BuildCfg, events ...fsnotify.Event) error { } func (h *HugoSites) assemble(config *BuildCfg) error { - // TODO(bep) np we could probably wait and do this in one go later + // TODO(bep) we could probably wait and do this in one go later h.setupTranslations() if len(h.Sites) > 1 { -- cgit v1.2.3