Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Commit 052e97f

Browse files
author
Florian Lautenschlager
committed
Fixed #3. Alt for image: logo.
1 parent 38b7699 commit 052e97f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="container">
44
<div class="row">
55
<div class="col-lg-12">
6-
<img class="img-responsive" src="img/logo.png" alt="">
6+
<img class="img-responsive" src="img/logo.png" alt="logo">
77
<div class="intro-text">
88
<span class="name">{{ site.title }}</span>
99
<span class="skills">{{ site.subtitle }}</span>

0 commit comments

Comments
 (0)