美文网首页
解决 Octopress 警告 Layout Nil Reque

解决 Octopress 警告 Layout Nil Reque

作者: EwanRenton | 来源:发表于2018-07-26 16:22 被阅读0次

layout: post
title: "解决 Octopress 警告 Layout Nil Requested"
date: 2016-04-29 23:08:07 +0800
comments: true
categories: [Octopress]


给Octopress换了主题过后重新generate会出警告Layout Nil Requested。


主要原因是对于 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

相关文章

网友评论

      本文标题:解决 Octopress 警告 Layout Nil Reque

      本文链接:https://www.haomeiwen.com/subject/crbbmftx.html