Added option to not put file date in permalink URL
This commit is contained in:
parent
6a3680c60b
commit
e72cde12fa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue