[FIX] layout: add alt on logo for seo

This commit is contained in:
Jeremy Kersten 2014-11-14 11:13:38 +01:00
parent 911fa4a3f2
commit f469e8e09f
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@
<template id="layout_logo_show" inherit_id="website.layout" customize_show="True" name="Show Logo">
<xpath expr="//header//a[@class='navbar-brand']" position="replace">
<a href="/" class="navbar-brand logo">
<img src="/logo.png"/>
<img src="/logo.png" alt="Logo of company"/>
</a>
</xpath>
</template>