Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 680 Bytes

404.md

File metadata and controls

17 lines (14 loc) · 680 Bytes
layout title
page
404 - Page not found

Sorry, we can't find that page that you're looking for. You can try again by going [back to the homepage]({{ site.baseurl }}/).

[Constructocat by https://github.com/jasoncostello]({{ site.baseurl }}/)

<script> // on 2016-02-01 GitHub Pages upgraded to Jekyll3, which broke all blog posts with trailing slashes // and there are tons of links out there on the web to posts with a trailing slash, so can't ignore it var url = location.href; if(url.substr(url.length - 1) === '.') { window.location = url.substr(0, url.length - 1); } </script>