// Website.template.xml
<template id="layout_logo_show" inherit_id="website.layout">
<xpath expr="//header//a[@class='navbar-brand']" position="replace">
<a href="/" class="navbar-brand logo">
<img src="/logo.png" t-att-alt="'Logo of %s' % res_company.name" t-att-title="res_company.name"/></a>
</xpath>
</template>
Do you want to remove the logo or just replace it with your own logo?