indentation fix
This commit is contained in:
parent
3126c93fcf
commit
bfcff3cd6c
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ module Jekyll
|
||||||
alias_target = pi.downcase.gsub(/[^a-z0-9\-]/, '') # Normalize alias target
|
alias_target = pi.downcase.gsub(/[^a-z0-9\-]/, '') # Normalize alias target
|
||||||
if linkers.key?(alias_target)
|
if linkers.key?(alias_target)
|
||||||
pi = linkers[alias_target]
|
pi = linkers[alias_target]
|
||||||
else
|
else
|
||||||
next "#{match} ^%^ Alias target '#{alias_target}' not found ^%^"
|
next "#{match} ^%^ Alias target '#{alias_target}' not found ^%^"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue