Keep url workaround for alerts enabled

This commit is contained in:
Saivann 2014-08-30 14:48:01 -04:00
parent 2029ed4457
commit c2a255c781

View file

@ -37,7 +37,6 @@ module Jekyll
end
if self.data.has_key?('alias')
site.pages << AlertPage.new(site, base, lang, srcdir, src, '', self.data['alias']+'.html', date)
#FIXME temporary workaround to redirect /heartbleed/ to the appropriate alert page.
site.pages << AlertPage.new(site, base, lang, srcdir, src, '', self.data['alias']+'/index.html', date)
end
end