mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Keep url workaround for alerts enabled
This commit is contained in:
parent
2029ed4457
commit
c2a255c781
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue