indentation fix

This commit is contained in:
D-u-c-k-s-e-l 2025-08-09 00:54:23 -05:00
parent 3126c93fcf
commit bfcff3cd6c

View file

@ -98,7 +98,7 @@ module Jekyll
alias_target = pi.downcase.gsub(/[^a-z0-9\-]/, '') # Normalize alias target
if linkers.key?(alias_target)
pi = linkers[alias_target]
else
else
next "#{match} ^%^ Alias target '#{alias_target}' not found ^%^"
end
end