summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2016-07-21 15:37:27 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-07-21 15:37:27 +0200
commit1a2640c252c00256d8d18f0c683dabf0d2559cbd (patch)
tree54a5810cef0d784348d6047dd1f6f580dfb6539b /layouts
parentcaa6ad5ff81357ff04dd93677b1018851c3a7981 (diff)
downloadblog-1a2640c252c00256d8d18f0c683dabf0d2559cbd.tar.gz
blog-1a2640c252c00256d8d18f0c683dabf0d2559cbd.zip
header logo: empty alt
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index d44f3cd..06d24a4 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -12,7 +12,7 @@
<div class="container">
<header role="banner">
<div class="header-logo">
- <a href="/"><img width="128" height="128" src="/logo.svg"></img></a>
+ <a href="/"><img width="128" height="128" alt="" src="/logo.svg"></img></a>
</div>
<h1 class="site-title">{{ .Site.Title }}</h1>
</header>