Fix indentation.

This commit is contained in:
Fotos Georgiadis 2013-03-09 15:07:22 +02:00
parent 441eddf1ca
commit f79662719b
1 changed files with 1 additions and 1 deletions

View File

@ -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"