mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2025-01-11 13:48:37 -05:00
fixed issue where category layouts were using category feed xml instead of html layout
This commit is contained in:
parent
19320018b2
commit
ecb1748c4e
@ -36,7 +36,7 @@ module Jekyll
|
||||
@name = 'index.html'
|
||||
self.process(@name)
|
||||
# Read the YAML data from the layout page.
|
||||
self.read_yaml(File.join(base, '_layouts'), 'category_feed.xml')
|
||||
self.read_yaml(File.join(base, '_layouts'), 'category_index.html')
|
||||
self.data['category'] = category
|
||||
# Set the title for this page.
|
||||
title_prefix = site.config['category_title_prefix'] || 'Category: '
|
||||
|
Loading…
Reference in New Issue
Block a user