You have the following code in your html-header section, which is very wrong!
<div id="blog-title .title" onclick="location.href='https://thejordanpease.com/test/';" style="cursor: pointer;"></a>
Insted you should change the <div id="blog-title"></div>
-section to something like:
<div id="blog-title" onclick="location.href='https://thejordanpease.com/test/"></div>