X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/9e7a7c7de4a90cdc636b2800931fb4d664d37fbf..f0ea07bf1f64acbe93088bbdf5ebf7284c389855:/personal/_plugins/categories.rb diff --git a/personal/_plugins/categories.rb b/personal/_plugins/categories.rb index 4d08693..83fef6e 100644 --- a/personal/_plugins/categories.rb +++ b/personal/_plugins/categories.rb @@ -11,7 +11,7 @@ module Jekyll 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 - category_title_prefix = site.config['blog']['category_title_prefix'] || 'Category: ' + category_title_prefix = site.config['blog']['title'] + ": " self.data['title'] = "#{category_title_prefix}#{category.capitalize}" end end