diff options
author | ChaYoung You <yousbe@gmail.com> | 2014-08-13 02:44:23 +0900 |
---|---|---|
committer | ChaYoung You <yousbe@gmail.com> | 2014-08-13 02:44:23 +0900 |
commit | 2d40f51bd2d0368ad89e6862e84681763669d709 (patch) | |
tree | 40b9edf40089a0af1c8da0e328a2a8ea132e7ae8 /.themes | |
parent | 0f1660437beba58cd2974f07270b19305b9bbfd9 (diff) | |
download | my_new_personal_website-2d40f51bd2d0368ad89e6862e84681763669d709.tar.xz my_new_personal_website-2d40f51bd2d0368ad89e6862e84681763669d709.zip |
Set layout to null to suppress warning
Not applied in 0f1660437beba58cd2974f07270b19305b9bbfd9.
Diffstat (limited to '.themes')
-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"> |