X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/3ff2a3432e47c6d7f4c17e1b9e5c93dc9e49f040..371a2f79f59831a0bc0295c1d7df8c1ff0ad6468:/personal/_plugins/categories.rb diff --git a/personal/_plugins/categories.rb b/personal/_plugins/categories.rb index 1da0fe1..65776d7 100644 --- a/personal/_plugins/categories.rb +++ b/personal/_plugins/categories.rb @@ -9,7 +9,7 @@ module Jekyll self.process(@name) self.read_yaml(File.join(base, '_layouts'), layout) - self.data['category'] = category + self.data['category'] = category # this tells the site template to add a link to the RSS feed category_title_prefix = site.config['blog']['category_title_prefix'] || 'Category: ' self.data['title'] = "#{category_title_prefix}#{category.capitalize}"