Hey guys. Sorry this response is so late, but to answer your question Quell, you would need to change some code on three pages.
page.php, single.php and index.php in the template folder for that_simple.
on line 11 – change
<img src="<?php echo ($mainImage); ?>" alt="" />
that line to:
<a href="<?php bloginfo('url'); ?>"><img src="<?php echo ($mainImage); ?>" alt="" /></a>
That should make the link dynamic, just in case you want to move it somewhere else or what have you.
If you have any other questions shoot over to our website and send us an email. Hope this helps.