X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/cc84da6ade90257a16faf634b9e895b34841522a..c075bd6796a4278a97e2b3dab5417febfba15f24:/ralf/_plugins/categories.rb diff --git a/ralf/_plugins/categories.rb b/ralf/_plugins/categories.rb index 4d08693..83fef6e 100644 --- a/ralf/_plugins/categories.rb +++ b/ralf/_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