mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-12 20:13:59 +02:00
@@ -15,6 +15,7 @@ package modules
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"path"
|
||||
"path/filepath"
|
||||
"strings"
|
||||
|
||||
@@ -386,6 +387,11 @@ type Mount struct {
|
||||
ExcludeFiles interface{}
|
||||
}
|
||||
|
||||
// Used as key to remove duplicates.
|
||||
func (m Mount) key() string {
|
||||
return path.Join(m.Lang, m.Source, m.Target)
|
||||
}
|
||||
|
||||
func (m Mount) Component() string {
|
||||
return strings.Split(m.Target, fileSeparator)[0]
|
||||
}
|
||||
|
Reference in New Issue
Block a user