How to fix build warning layout nil requested on Octopress

Sat, Nov 1, 2014 1-minute read

想要將之前寫的文章重新 Build 成靜態網頁的時候發生了錯誤,主要原因應該是對於 nill 值無法判定導致錯誤的問題,只要將有出現錯誤的檔案將 nill 改成 null 即可

Fix this error by replacing from file:

layout: nil

with:

layout: null

in files:

  • source/atom.xml
  • source/_includes/custom/category_feed.xml