absolute hrefs, removed a consoel log

This commit is contained in:
2018-08-01 11:24:39 -04:00
parent c9cf8be335
commit 71c46b3aa0
5 changed files with 12 additions and 13 deletions

View File

@@ -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")