mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Add temporary workaround for broken /heartbleed/ link
This commit is contained in:
parent
afbc4a64d3
commit
974f4f9bc8
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue