Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix nil template warning in atom.xml #61

Merged
merged 1 commit into from Sep 7, 2014
Merged

Conversation

trongdong
Copy link
Contributor

There is a warning when building the source code:
"Build Warning: Layout 'nil' requested in atom.xml does not exist."
This is because of "layout: nil", to solve this, we need to change to: "layout: null" and it solves the problem.

mdo added a commit that referenced this pull request Sep 7, 2014
Fix nil template warning in atom.xml
@mdo mdo merged commit bdf9bd7 into poole:master Sep 7, 2014
mjtsai1974 added a commit to mjtsai1974/DevBlog that referenced this pull request Oct 24, 2017
seon54 added a commit to seon54/seon54.github.io that referenced this pull request Mar 13, 2022
Fix nil template warning in atom.xml
seon54 added a commit to seon54/seon54.github.io that referenced this pull request Mar 13, 2022
Fix nil template warning in atom.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants