Skip to content

Commit

Permalink
hugolib: Make sure that .Site.Taxonomies is always set on rebuilds
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Jun 10, 2018
1 parent 2e6712e commit 6464981
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hugolib/site.go
Expand Up @@ -1153,6 +1153,8 @@ func (s *Site) initializeSiteInfo() error {
owner: s.owner,
s: s,
Config: siteConfig,
// TODO(bep) make this Menu and similar into delegate methods on SiteInfo
Taxonomies: s.Taxonomies,
}

rssOutputFormat, found := s.outputFormats[KindHome].GetByName(output.RSSFormat.Name)
Expand Down

0 comments on commit 6464981

Please sign in to comment.