diff --git a/blog/hey.html b/blog/hey.html index 8938abc..5852490 100644 --- a/blog/hey.html +++ b/blog/hey.html @@ -31,9 +31,9 @@ - About - Projects - Blog + About + Projects + Blog LinkedIn Github diff --git a/blog/index.html b/blog/index.html index 12a4a0d..350f039 100644 --- a/blog/index.html +++ b/blog/index.html @@ -31,9 +31,9 @@ - About - Projects - Blog + About + Projects + Blog LinkedIn Github diff --git a/index.html b/index.html index 0241bc4..ab87849 100644 --- a/index.html +++ b/index.html @@ -31,9 +31,9 @@ - About - Projects - Blog + About + Projects + Blog LinkedIn Github diff --git a/projects.html b/projects.html index 040d615..92c3e19 100644 --- a/projects.html +++ b/projects.html @@ -31,9 +31,9 @@ - About - Projects - Blog + About + Projects + Blog LinkedIn Github diff --git a/static/nav.js b/static/nav.js index 2d28a37..bfba3ae 100644 --- a/static/nav.js +++ b/static/nav.js @@ -30,7 +30,6 @@ window.onload = function() { } }) title_element = d.getElementById('title') - console.log(current_page_name) if (current_page_name == 'blog') { d.title = d.title.concat(' | Blog') title_element.text = title_element.text.concat("\'s Blog")