removing custom image header for logo - closes #223
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
<div class="container">
|
||||
|
||||
<a id="logo" href="<?php echo home_url(); ?>/">
|
||||
<img src="<?php echo get_header_image(); ?>" width="<?php echo HEADER_IMAGE_WIDTH; ?>" height="<?php echo HEADER_IMAGE_HEIGHT; ?>" alt="<?php bloginfo('name'); ?>">
|
||||
<img src="http://placehold.it/300x75" width="300" height="75" alt="<?php bloginfo('name'); ?>">
|
||||
</a>
|
||||
|
||||
<nav id="nav-main" role="navigation">
|
||||
|
||||
Reference in New Issue
Block a user