self.read_yaml(File.join(base, '_layouts'), layout)
self.data['category'] = category # this tells the site template to add a link to the RSS feed
self.read_yaml(File.join(base, '_layouts'), layout)
self.data['category'] = category # this tells the site template to add a link to the RSS feed
# Outputs a list of categories as comma-separated <a> links. This is used
# to output the category list for each post on a category page.
# Outputs a list of categories as comma-separated <a> links. This is used
# to output the category list for each post on a category page.