blob: 8e29a3ab3c9eae16b45c5f47391ee64682e77e77 [file] [log] [blame]
block variables
doctype html
html
head
meta(charset='utf-8')
meta(http-equiv='X-UA-Compatible', content='IE=edge')
script(type='text/javascript').
var hash = (location.hash || '').replace('#', '');
var search = (location.search || '').replace('?', '');
var lang = navigator.language || navigator.userLanguage;
lang = lang.indexOf('zh') > -1 ? 'zh' : 'en';
location.href = '#{host}/next/examples/' + lang + '/#{redirectTo}'
+ (search ? '?' + search : '') + (hash ? '#' + hash : '');