it's commented out by default, but you can add it if you like
@@ -59,9 +59,14 @@
<header role="banner">
<div id="inner-header" class="clearfix">
-
+
+ <!-- to use a image just replace the bloginfo('name') with your img src and remove the surrounding <p> -->
<p id="logo" class="h1"><a href="<?php echo home_url(); ?>" rel="nofollow"><?php bloginfo('name'); ?></a></p>
+ <!-- if you'd like to use the site description you can un-comment it below -->
+ <?php // bloginfo('description'); ?>
<nav role="navigation">
<?php bones_main_nav(); // Adjust using Menus in Wordpress Admin ?>
</nav>