X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/c8fe2be627199745b01bf84ccc8324cd935dc4f6..885b5e514804e594b6e4bf5d4116b25492fed220:/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