avillafiorita / jekyll-datapage_gen

Generate one page per yaml record in Jekyll sites.
369 stars 80 forks source link

Nested layouts results in a duplicate content #55

Open leoromanovsky opened 5 years ago

leoromanovsky commented 5 years ago

I have a layout called map.html with front matter:

---
layout: default
---

Including my {{ page.foo }} data in it prints the data twice. When I just add it to default.html, the data is printed correctly just once.

avillafiorita commented 4 years ago

I am not quite sure I understand the issue. Maybe with an example (if still relevant).