aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-06-05 22:21:16 -0400
committerThedro Neely <thedroneely@gmail.com>2021-06-05 22:21:16 -0400
commitf8a8d6af274d2bb9bd5bd5c7a1af17559f518acf (patch)
tree0c8dbd5231977ae304900c1cbaca73c9b9c1ff05
parent3d1b762176f412766afca0b269158bd7b7c94a76 (diff)
downloadthedroneely.com-f8a8d6af274d2bb9bd5bd5c7a1af17559f518acf.tar.gz
thedroneely.com-f8a8d6af274d2bb9bd5bd5c7a1af17559f518acf.tar.bz2
thedroneely.com-f8a8d6af274d2bb9bd5bd5c7a1af17559f518acf.zip
generators/hugo/layouts/partials/thumbnail-image: Width before height
-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 e4ef3be..c1b25c1 100644
--- a/generators/hugo/themes/tdro/layouts/partials/thumbnail-image.html
+++ b/generators/hugo/themes/tdro/layouts/partials/thumbnail-image.html
@@ -6,7 +6,7 @@
<source srcset="/images/thumbnails/{{ partial "article-image.html" . }}.png" type="image/png">
<source srcset="/images/thumbnails/{{ partial "article-image.html" . }}.jpg" type="image/jpeg">
<source srcset="/images/thumbnails/{{ partial "article-image.html" . }}.webp" type="image/webp">
- <img class="image__thumbnail" alt="{{ .Title }}" src="/images/thumbnails/{{ partial "article-image.html" . }}.png" height="{{ $image.Height }}" width="{{ $image.Width }}"/>
+ <img class="image__thumbnail" alt="{{ .Title }}" src="/images/thumbnails/{{ partial "article-image.html" . }}.png" width="{{ $image.Width }}" height="{{ $image.Height }}"/>
</picture>
</a>
{{ else }}