Revert "Implement Jekyll"

This reverts commit 35e4717740.
This commit is contained in:
Matthew Grove
2019-01-24 11:48:21 +00:00
parent 35e4717740
commit a9815517c1
68 changed files with 878 additions and 4980 deletions

View File

@@ -1,3 +1,6 @@
// 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();