Search code examples
jekyll

specifying layout for html posts in jekyll


I am writing my posts in jekyll in html. I cannot seem to figure out how to specify layout fro the post. What is the html equivalent of this markdown header

---
layout: post
---

Solution

  • You do the same thing in HTML files (and any files) to specify a layout to use.