Skip to content

Commit

Permalink
Remove extraneous front matter from circular layout stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrHovhannisyan committed Nov 20, 2021
1 parent 0e8ba37 commit da4eba7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions test/stubs/_includes/layouts/layout-cycle-a.njk
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
---
inherits: a
layout: layouts/layout-cycle-b.njk
---
{{content}} {{inherits}}
3 changes: 0 additions & 3 deletions test/stubs/_includes/layouts/layout-cycle-b.njk
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
---
inherits: b
secondinherits: b
layout: layouts/layout-cycle-c.njk
---
{{ content | safe }} {{secondinherits}}
4 changes: 0 additions & 4 deletions test/stubs/_includes/layouts/layout-cycle-c.njk
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
inherits: c
secondinherits: c
thirdinherits: c
layout: layouts/layout-cycle-a.njk
---
{{ content | safe }} {{inherits}} {{thirdinherits}}

0 comments on commit da4eba7

Please sign in to comment.