mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-26 21:51:02 +03:00
parent
ee3d02134d
commit
3d3fa5c3fe
8 changed files with 234 additions and 40 deletions
|
@ -59,7 +59,6 @@ func (s siteRenderContext) renderSingletonPages() bool {
|
|||
// renderPages renders pages each corresponding to a markdown file.
|
||||
// TODO(bep np doc
|
||||
func (s *Site) renderPages(ctx *siteRenderContext) error {
|
||||
|
||||
numWorkers := config.GetNumWorkerMultiplier()
|
||||
|
||||
results := make(chan error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue