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