Implement Jekyll again

Done again as navigation drawer wasn't closing when it was supposed to
This commit is contained in:
Matthew Grove
2019-01-24 20:28:45 +00:00
parent a9815517c1
commit 40008f7a9b
76 changed files with 5653 additions and 108 deletions

View File

@@ -1,6 +1,3 @@
// set page title
window.page_title = "Luhn Algorithm | Matthew Grove";
document.addEventListener("keyup", function(event) {
// stop any code that may normally run when enter key pressed
event.preventDefault();