mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 01:08:26 -05:00
Added option to not put file date in permalink URL
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user