diff options
author | Brandon Mathis <brandon@imathis.com> | 2014-08-12 13:11:09 -0500 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2014-08-12 13:11:09 -0500 |
commit | c9e0078d65957180db6614a370a75ba881775e40 (patch) | |
tree | 40b9edf40089a0af1c8da0e328a2a8ea132e7ae8 | |
parent | 0f1660437beba58cd2974f07270b19305b9bbfd9 (diff) | |
parent | 2d40f51bd2d0368ad89e6862e84681763669d709 (diff) | |
download | my_new_personal_website-c9e0078d65957180db6614a370a75ba881775e40.tar.xz my_new_personal_website-c9e0078d65957180db6614a370a75ba881775e40.zip |
Merge pull request #1629 from yous/patch-layout
Set layout to null to suppress warning
-rw-r--r-- | .themes/classic/source/_includes/custom/category_feed.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.themes/classic/source/_includes/custom/category_feed.xml b/.themes/classic/source/_includes/custom/category_feed.xml index 2f16eeea..8c93ed39 100644 --- a/.themes/classic/source/_includes/custom/category_feed.xml +++ b/.themes/classic/source/_includes/custom/category_feed.xml @@ -1,5 +1,5 @@ --- -layout: nil +layout: null --- <?xml version="1.0" encoding="utf-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> |