aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-09-06 00:37:17 -0400
committerThedro Neely <thedroneely@gmail.com>2021-09-06 00:37:17 -0400
commit9ef558035c6b665b999d731b90133c62e51b9bc1 (patch)
tree8bef94f829f233bb921286b6a521ac2e1b9c4c2c
parente6497ddc9613402956600c4620c4bd5c4f62525d (diff)
downloadthedroneely.com-9ef558035c6b665b999d731b90133c62e51b9bc1.tar.gz
thedroneely.com-9ef558035c6b665b999d731b90133c62e51b9bc1.tar.bz2
thedroneely.com-9ef558035c6b665b999d731b90133c62e51b9bc1.zip
generators/hugo/layouts/partials/thumbnail-image: Add titles
-rw-r--r--generators/hugo/themes/tdro/layouts/partials/thumbnail-image.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/generators/hugo/themes/tdro/layouts/partials/thumbnail-image.html b/generators/hugo/themes/tdro/layouts/partials/thumbnail-image.html
index c1b25c1..b577f37 100644
--- a/generators/hugo/themes/tdro/layouts/partials/thumbnail-image.html
+++ b/generators/hugo/themes/tdro/layouts/partials/thumbnail-image.html
@@ -1,7 +1,7 @@
{{ $imageFile := print "public/images/thumbnails/" (partial "article-image.html" .) ".png" }}
{{ if fileExists $imageFile }}
{{ $image := imageConfig $imageFile }}
-<a href="{{ .Permalink }}">
+<a title="{{ .Title }}" href="{{ .Permalink }}">
<picture>
<source srcset="/images/thumbnails/{{ partial "article-image.html" . }}.png" type="image/png">
<source srcset="/images/thumbnails/{{ partial "article-image.html" . }}.jpg" type="image/jpeg">