Fix indentation.
This commit is contained in:
parent
441eddf1ca
commit
f79662719b
|
@ -48,7 +48,7 @@ module Jekyll
|
|||
if self.site.permalink_style == :pretty
|
||||
if index? && html?
|
||||
"/:path/"
|
||||
elsif html?
|
||||
elsif html?
|
||||
"/:path/:basename/"
|
||||
else
|
||||
"/:path/:basename:output_ext"
|
||||
|
|
Loading…
Reference in New Issue