File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ func BenchmarkCascadeTarget(b *testing.B) {
2828 files .WriteString (`
2929-- content/_index.md --
3030background = 'yosemite.jpg'
31- [cascade._target ]
31+ [cascade.target ]
3232kind = '{section,term}'
3333-- content/posts/_index.md --
3434-- content/posts/funny/_index.md --
@@ -69,12 +69,12 @@ tag = "tags"
6969
7070[[cascade]]
7171
72- [cascade._build ]
72+ [cascade.build ]
7373render = "never"
7474list = "never"
7575publishResources = false
7676
77- [cascade._target ]
77+ [cascade.target ]
7878path = '/hidden/**'
7979-- content/p1.md --
8080---
@@ -156,7 +156,7 @@ func TestCascadeIssue12172(t *testing.T) {
156156disableKinds = ['rss','sitemap','taxonomy','term']
157157[[cascade]]
158158headless = true
159- [cascade._target ]
159+ [cascade.target ]
160160path = '/s1**'
161161-- content/s1/p1.md --
162162---
You can’t perform that action at this time.
0 commit comments