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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanzei <hanzei@mailbox.org>2018-06-28 20:04:40 +0300
committerHanzei <hanzei@mailbox.org>2018-06-28 20:04:40 +0300
commit2b1d2c3e8ef390b136083e9f7a175447f77ea112 (patch)
treeece6a7501e8e65d27b8742988612403106cb3886 /layouts/_default/single.html
parent5fcba4780118a2f98dcca24e25b98b726b75d768 (diff)
Add missing alt tags
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index db5f98b..2c8f5d8 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -14,7 +14,7 @@
<div class="container markdown {{ if .Site.Params.fadeIn }} fade-in two {{ end }} top-pad">
{{ if .Params.image }}
<div class="has-text-centered">
- <img src="{{ .Params.image | relURL }}" class="img-responsive">
+ <img src="{{ .Params.image | relURL }}" class="img-responsive" alt="{{ .Title }}">
</div>
{{ end }}
{{ .Content }}