getdave / Tanlinell

Boilerplate Wordpress theme for rapid development of new WP themes. Based on the great work of the _s ("Underscore") theme.
GNU General Public License v2.0
6 stars 2 forks source link

Update default Prototype logo #286

Closed getdave closed 10 years ago

getdave commented 10 years ago

Update the default logo partial in the default Prototype to be in the format

        <div class="banner-brand">
            <a class="site-logo" href="/" title="{{ site.name }}" rel="home">
                <img src="{{ site.url }}/assets/images/site-logo.png" alt="{{ site.name }}" />
            </a>    
        </div>
getdave commented 10 years ago

Also split the logo into it's own include file rather than it being inline within the banner.