changeset 107:a2fa1e57437e

Add alt attribute to img.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Thu, 03 Nov 2016 15:19:50 +0100
parents ea174ca6ccc9
children 2f1de3071ee9
files _includes/header.html
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/_includes/header.html	Thu Nov 03 15:19:01 2016 +0100
+++ b/_includes/header.html	Thu Nov 03 15:19:50 2016 +0100
@@ -4,7 +4,8 @@
       <li class="name">
         <h1>
           <a href="{{ "/" | relative_url }}" style="height:100%">
-            <img src="{{ "/img/octave-logo.svg" | relative_url }}" style="width: 32px; height: auto"/>
+            <img src="{{ "/img/octave-logo.svg" | relative_url }}"
+                 style="width: 32px; height: auto" alt="GNU Octave logo">
             {{ site.title }}
           </a>
         </h1>