Skip to content

Commit

Permalink
moved the category_feed out of _includes/custom to _layouts/
Browse files Browse the repository at this point in the history
  • Loading branch information
imathis committed Feb 18, 2012
1 parent 36bbdb6 commit 107a4af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/category_generator.rb
Expand Up @@ -63,7 +63,7 @@ def initialize(site, base, category_dir, category)
@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: '
Expand Down

0 comments on commit 107a4af

Please sign in to comment.