Logo at the top that you removed was
.ow_logo_wrap a and by default linked to your /index.
The Logo you uploaded is actually at
.ow_header.
So if your needing to make the .ow_header as linked
|---->
BEFORE:
<div class="ow_header">
<div style="background: url(http://buskout.com/ow_userfiles/themes/theme_image_7.jpg) no-repeat; height: 102px;">
</div>
AFTER:
<div class="ow_header">
<a href="/index">
<div style="background: url(http://buskout.com/ow_userfiles/themes/theme_image_7.jpg) no-repeat; height: 102px;">
</div>
Changes made at:
/public_html/ow_themes/minimalistic_dark/master_pages/dndindex.html
AND:
public_html/ow_themes/minimalistic_dark/master_pages/general.html