You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove html, body and head tags from 404.html page (#1085)
* Add javascript to 404 page that redirects all /live/... urls to the playtorch.dev website
* Change the fallback url to an empty string, and don't perform the redirect if newUrl is an empty string
* Remove entire /live folder so that navigating to /live/anything returns a 404
* Fix window.location.path -- should be pathname
* Remove html, head and body tags from 404 page because it's already wrapped by those tags by jekyll
If you feel like something should be here, you can <ahref="https://github.com/pytorch/pytorch.github.io/issues">open an issue</a> on GitHub.
82
-
</h4>
76
+
<h4>
77
+
If you feel like something should be here, you can <ahref="https://github.com/pytorch/pytorch.github.io/issues">open an issue</a> on GitHub.
78
+
</h4>
83
79
84
-
<h4>
85
-
Click <ahref="/">here</a> to go back to the main page.
86
-
</h4>
87
-
</div>
88
-
</body>
89
-
</html>
80
+
<h4>
81
+
Click <ahref="/">here</a> to go back to the main page.
0 commit comments