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

github.com/darshanbaral/ghazal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarshan Baral <darshanbaral@gmail.com>2020-05-23 20:18:25 +0300
committerDarshan Baral <darshanbaral@gmail.com>2020-05-23 20:18:25 +0300
commit5b9ab4e1df6ce6379d1e0587dea698e1561c5634 (patch)
tree81f9731e5b031dedb0c23893029132cf16bce911
parentdc8b19521314bf1a6f74c1095db7e30e6ea6d277 (diff)
added alt text for main and profile image
-rw-r--r--layouts/index.html1
-rw-r--r--layouts/section/about.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 46c4a65..8afc471 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -24,6 +24,7 @@
max-height: 300px;
transform: none;
"
+ alt="main image of {{ .Site.Params.title }}"
/>
{{ partial "social.html" . }}
<span style="text-align: center;">{{ .Site.Params.shortAbout }}</span>
diff --git a/layouts/section/about.html b/layouts/section/about.html
index b3c0640..1b0c414 100644
--- a/layouts/section/about.html
+++ b/layouts/section/about.html
@@ -2,6 +2,7 @@
{{ partial "social" . }}
<img
src="{{ .Params.profileImage }}"
+ alt="profile image of {{ .Site.Params.author }}"
style="
display: block;
margin: 1em auto 0 auto;