chibicode / duo

👬 A Simple Jekyll Theme.
https://chibicode.github.io/duo
Other
74 stars 31 forks source link

pages don't pick up default layout #2

Open CristianCantoro opened 6 years ago

CristianCantoro commented 6 years ago

I am using jekyll 3.7.2:

$ jekyll --version
jekyll 3.7.2

when I build the site I get the following index.html (pastebin.com/J7wdAAWT), which is incomplete.

I have solved the issue adding the following lines to README.md and all the files in _posts.

---
layout: default
---
CristianCantoro commented 6 years ago

I realize now that the plugin jekyll-readme-index should probably do the work of producing the index file from README.md, so I think this problem is a consequence of https://github.com/chibicode/duo/issues/1.