Add temporary workaround for broken /heartbleed/ link

This commit is contained in:
Saivann 2014-04-11 12:28:52 -04:00
parent afbc4a64d3
commit 974f4f9bc8

View file

@ -37,6 +37,8 @@ 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
end