Menu

Toshimaru's Blog

How to disable layout in Jekyll

Set layout: null to disable layout in Jekyll.

---
layout: null
# layout:       # => this is wrong!
# layout: false # => this is wrong!
# layout: nil   # => this is wrong!
---
Load more