mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
@@ -712,12 +712,7 @@ func (m *contentChangeMap) resolveAndRemove(filename string) (string, string, bu
|
|||||||
fileTp, isContent := classifyBundledFile(name)
|
fileTp, isContent := classifyBundledFile(name)
|
||||||
|
|
||||||
// This may be a member of a bundle. Start with branch bundles, the most specific.
|
// This may be a member of a bundle. Start with branch bundles, the most specific.
|
||||||
if fileTp != bundleLeaf {
|
if fileTp == bundleBranch || (fileTp == bundleNot && !isContent) {
|
||||||
if fileTp == bundleNot && isContent {
|
|
||||||
// Branch bundles does not contain content pages as resources.
|
|
||||||
return dir, filename, bundleNot
|
|
||||||
}
|
|
||||||
|
|
||||||
for i, b := range m.branches {
|
for i, b := range m.branches {
|
||||||
if b == dir {
|
if b == dir {
|
||||||
m.branches = append(m.branches[:i], m.branches[i+1:]...)
|
m.branches = append(m.branches[:i], m.branches[i+1:]...)
|
||||||
|
Reference in New Issue
Block a user