mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-30 22:39:58 +02:00
@@ -241,7 +241,7 @@ type ComponentFsOptions struct {
|
||||
DefaultContentLanguage string
|
||||
|
||||
// The parser used to parse paths provided by this filesystem.
|
||||
PathParser paths.PathParser
|
||||
PathParser *paths.PathParser
|
||||
}
|
||||
|
||||
func (fs *componentFs) Open(name string) (afero.File, error) {
|
||||
|
Reference in New Issue
Block a user