Remove build warning for empty layouts

This commit is contained in:
Jörg Thalheim 2014-08-22 23:19:05 +02:00
parent 635abd5ab3
commit 7fdd56e948
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
--- ---
layout: nil layout: null
--- ---
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"> <feed xmlns="http://www.w3.org/2005/Atom">

View File

@ -113,7 +113,7 @@ First add this (lengthy) template...
{% raw %} {% raw %}
``` xml source/atom.xml ``` xml source/atom.xml
--- ---
layout: nil layout: null
--- ---
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"> <feed xmlns="http://www.w3.org/2005/Atom">
@ -185,7 +185,7 @@ Finally add it your feed template:
{% raw %} {% raw %}
``` xml source/atom.xml ``` xml source/atom.xml
--- ---
layout: nil layout: null
--- ---
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"> <feed xmlns="http://www.w3.org/2005/Atom">

View File

@ -1,5 +1,5 @@
--- ---
layout: nil layout: null
--- ---
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom"> <feed xmlns="http://www.w3.org/2005/Atom">