mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-20 15:03:29 +00:00
parent
74daca6b30
commit
8e77bcc930
1 changed files with 2 additions and 1 deletions
|
@ -438,7 +438,8 @@ func (h *HugoSites) postProcess() error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, filename := range h.Deps.FilenameHasPostProcessPrefix {
|
filenames := helpers.UniqueStrings(h.Deps.FilenameHasPostProcessPrefix)
|
||||||
|
for _, filename := range filenames {
|
||||||
filename := filename
|
filename := filename
|
||||||
g.Run(func() error {
|
g.Run(func() error {
|
||||||
return handleFile(filename)
|
return handleFile(filename)
|
||||||
|
|
Loading…
Add table
Reference in a new issue