Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EmielH/hallo-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmiel Hollander <EmielH@users.noreply.github.com>2018-12-08 12:46:56 +0300
committerEmiel Hollander <EmielH@users.noreply.github.com>2018-12-08 12:46:56 +0300
commiteb5ba4976722d672d0e06296e38b5fd33d69f611 (patch)
tree5b72078d258da8ea89f1d8f4b3754b869d816e3f /layouts
parent6a513c2fe0fca2a308fc3bf65cffa5fccb081434 (diff)
Add alt attribute to portrait image
Diffstat (limited to 'layouts')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 652dfc4..015419c 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -2,7 +2,7 @@
<main>
<div class="column left">
- <img src="images/portrait.jpg" width="300" height="300" class="portrait" />
+ <img src="images/portrait.jpg" width="300" height="300" class="portrait" alt="Portrait" />
</div>
<div class="column right">
<h1>{{ i18n "hello" }}.</h1>