I publish my blog using github pages. Recently I noticed a permalink to one of the posts broke.
It used to be this:
http://strilanc.com/quantum/2014/03/07/Building-your-own-Quantum-Fourier-Transform.html
but now it's this:
http://strilanc.com/quantum/2014/03/06/Building-your-own-Quantum-Fourier-Transform.html
The date shown for the post is also one day earlier than what's specified in the filename and metadata at the start of the contents:
Filename: 2014-03-07-Building-your-own-Quantum-Fourier-Transform.markdown
--- layout: post title: "Building your own Quantum Fourier Transform" date: 2014-03-07 0:30:01 categories: quantum ---
Even more strangely, the local server I run with jekyll serve
does show the right date, and use the right permalink.
What the heck is going on?