cirosantilli.github.io
cirosantilli.github.io copied to clipboard
key.asc not found
When trying to click on the Public Key link from pages other than the homepage, instead of prompting a download with the key the page returns a 404.
e.g. http://www.cirosantilli.com/education/ click 'Public Key' will give error because key.asc is located in root dir, and not at http://www.cirosantilli.com/education/key.asc
Hi, sorry but I don't know what is key.asc :-)
If this is a general GitHub pages issue, please report it on whichever applies: https://github.com/jekyll/jekyll or https://github.com/isaacs/github/issues
Ciao Ciro, did you try to reproduce the problem? It's minor, but just wanted to help.
key.asc seems, to me, the file containing your PGP public key. here it is. Should I have said key.pub ?
The problem I think is the href of this anchor element. I guess it should be an absolute one (i.e. href="http://www.cirosantilli.com/key.asc" rather than just href="key.asc") for the reason explained above. If you try to reproduce the problem you will see it yourself. :-)