make blog titles clickable; some more style tunes
[web.git] / _plugins / readmes.rb
index 6b8c80e97616c3fabea86f700ffc2ce6269adbd3..f70258975415f5ad04b19f6e04aaf640373a5045 100644 (file)
@@ -12,7 +12,7 @@ module Jekyll
       
       content = File.read(src, self.merged_file_read_opts({})).each_line.to_a
 
-      self.data['layout'] = 'default'
+      self.data['layout'] = 'page'
       self.data['title'] = content[0].match(/^#* ?(.*)\n$/)[1]
       slug = self.data['title'].match(/^([^:]*):.*$/)
       if slug
@@ -23,7 +23,7 @@ module Jekyll
     end
   end
 
-  class CategoryPageGenerator < Generator
+  class ReadmePageGenerator < Generator
     safe true
 
     def generate(site)