X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/13948f7acae4033767c1a2936916b73ab08d6a4c..ef3c90204b29069bc815c0bd659af338e73629d5:/ralf/_plugins/categories.rb diff --git a/ralf/_plugins/categories.rb b/ralf/_plugins/categories.rb index 1da0fe1..65776d7 100644 --- a/ralf/_plugins/categories.rb +++ b/ralf/_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}"