moved the category_feed out of _includes/custom to _layouts/

This commit is contained in:
Brandon Mathis 2012-02-18 15:28:06 -06:00
parent 36bbdb6dfe
commit 107a4af528
2 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ module Jekyll
@name = 'atom.xml'
self.process(@name)
# Read the YAML data from the layout page.
self.read_yaml(File.join(base, '_includes/custom'), 'category_feed.xml')
self.read_yaml(File.join(base, '_layouts'), 'category_feed.xml')
self.data['category'] = category
# Set the title for this page.
title_prefix = site.config['category_title_prefix'] || 'Category: '