From e72cde12fa8870691e324fb5ad02296f649da8cd Mon Sep 17 00:00:00 2001 From: mreid Date: Mon, 19 Jan 2009 19:58:53 +1100 Subject: [PATCH] Added option to not put file date in permalink URL --- lib/jekyll.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jekyll.rb b/lib/jekyll.rb index eff1d5d2..43902af1 100644 --- a/lib/jekyll.rb +++ b/lib/jekyll.rb @@ -44,7 +44,7 @@ require 'jekyll/albino' module Jekyll class << self - attr_accessor :source, :dest, :lsi, :pygments, :markdown_proc, :content_type, :permalink_style + attr_accessor :source, :dest, :lsi, :pygments, :markdown_proc,:permalink_style end Jekyll.lsi = false