mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2025-02-28 08:21:52 -05:00
moved the category_feed out of _includes/custom to _layouts/
This commit is contained in:
parent
36bbdb6dfe
commit
107a4af528
@ -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: '
|
||||
|
Loading…
x
Reference in New Issue
Block a user