if (location.pathname != '/') {
    var hash = location.pathname;
    window.location = '/#'+hash;
}
