@@ -395,8 +395,8 @@ Blog Section: {{ template "print-page" $blog }}
395
395
Blog Sub Section: {{ template "print-page" $blogSub }}
396
396
Page: {{ template "print-page" $page }}
397
397
Bundle: {{ template "print-page" $bundle }}
398
- IsDescendant: true: {{ $page.IsDescendant $blog }} true: {{ $blogSub.IsDescendant $blog }} true: {{ $bundle.IsDescendant $blog }} true: {{ $page4.IsDescendant $blog }} true: {{ $blog.IsDescendant $home }} false: {{ $home.IsDescendant $blog }}
399
- IsAncestor: true: {{ $blog.IsAncestor $page }} true: {{ $home.IsAncestor $blog }} true: {{ $blog.IsAncestor $blogSub }} true: {{ $blog.IsAncestor $bundle }} true: {{ $blog.IsAncestor $page4 }} true: {{ $home.IsAncestor $page }} false: {{ $page.IsAncestor $blog }} false: {{ $blog.IsAncestor $home }} false: {{ $blogSub.IsAncestor $blog }}
398
+ IsDescendant: true: {{ $page.IsDescendant $blog }} true: {{ $blogSub.IsDescendant $blog }} true: {{ $bundle.IsDescendant $blog }} true: {{ $page4.IsDescendant $blog }} true: {{ $blog.IsDescendant $home }} true: {{ $blog.IsDescendant $blog }} false: {{ $home.IsDescendant $blog }}
399
+ IsAncestor: true: {{ $blog.IsAncestor $page }} true: {{ $home.IsAncestor $blog }} true: {{ $blog.IsAncestor $blogSub }} true: {{ $blog.IsAncestor $bundle }} true: {{ $blog.IsAncestor $page4 }} true: {{ $home.IsAncestor $page }} true: {{ $blog.IsAncestor $blog }} false: {{ $page.IsAncestor $blog }} false: {{ $blog.IsAncestor $home }} false: {{ $blogSub.IsAncestor $blog }}
400
400
IsDescendant overlap1: false: {{ $overlap1.IsDescendant $overlap2 }}
401
401
IsDescendant overlap2: false: {{ $overlap2.IsDescendant $overlap1 }}
402
402
IsAncestor overlap1: false: {{ $overlap1.IsAncestor $overlap2 }}
@@ -438,8 +438,8 @@ Draft5: {{ if (.Site.GetPage "blog/draftsection/sub/page") }}FOUND{{ end }}|
438
438
Blog Sub Section: Page 3|/blog/subsection/|2019-06-03|Current Section: blog/subsection|Resources: json: /blog/subsection/subdata.json|
439
439
Page: Page 1|/blog/page1/|2019-06-01|Current Section: blog|Resources:
440
440
Bundle: Page 12|/blog/bundle/|0001-01-01|Current Section: blog|Resources: json: /blog/bundle/data.json|page: |
441
- IsDescendant: true: true true: true true: true true: true true: true false: false
442
- IsAncestor: true: true true: true true: true true: true true: true true: true false: false false: false false: false
441
+ IsDescendant: true: true true: true true: true true: true true: true true: true false: false
442
+ IsAncestor: true: true true: true true: true true: true true: true true: true true: true false: false false: false false: false
443
443
IsDescendant overlap1: false: false
444
444
IsDescendant overlap2: false: false
445
445
IsAncestor overlap1: false: false
0 commit comments