The Title
<?php bloginfo('name'); ?> <?php if ( is_home() ) { ?><? } else { ?> / <?php echo empty( $post->post_parent ) ? get_the_title( $post->ID ) : get_the_title( $post->post_parent ); ?><? } ?>