mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
Unexport the target handlers
These are of no interest outside the package.
This commit is contained in:
@@ -443,7 +443,7 @@ e`,
|
||||
|
||||
s := &Site{
|
||||
Source: &source.InMemorySource{ByteSource: sources},
|
||||
Targets: targetList{Page: &target.PagePub{UglyURLs: false}},
|
||||
targets: targetList{page: &target.PagePub{UglyURLs: false}},
|
||||
}
|
||||
|
||||
s.initializeSiteInfo()
|
||||
|
Reference in New Issue
Block a user