aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts/_default/_markup/render-image.html
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2022-03-31 17:16:13 -0400
committerThedro Neely <thedroneely@gmail.com>2022-03-31 17:16:13 -0400
commitf9bc50fe83926c2c94f6ef4aa246f1e6ce4d78e2 (patch)
tree949f414a654832e295cfc7525e648dc335f86af7 /generators/hugo/themes/tdro/layouts/_default/_markup/render-image.html
parentfc8547fa5500c4374f663030a24e021119ea7363 (diff)
downloadthedroneely.com-f9bc50fe83926c2c94f6ef4aa246f1e6ce4d78e2.tar.gz
thedroneely.com-f9bc50fe83926c2c94f6ef4aa246f1e6ce4d78e2.tar.bz2
thedroneely.com-f9bc50fe83926c2c94f6ef4aa246f1e6ce4d78e2.zip
generators/hugo/layouts/shortcodes/video: Remove some classes
Diffstat (limited to 'generators/hugo/themes/tdro/layouts/_default/_markup/render-image.html')
-rw-r--r--generators/hugo/themes/tdro/layouts/_default/_markup/render-image.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/generators/hugo/themes/tdro/layouts/_default/_markup/render-image.html b/generators/hugo/themes/tdro/layouts/_default/_markup/render-image.html
index a181ed4..9c368c7 100644
--- a/generators/hugo/themes/tdro/layouts/_default/_markup/render-image.html
+++ b/generators/hugo/themes/tdro/layouts/_default/_markup/render-image.html
@@ -11,7 +11,7 @@
height="{{ $image.Height }}"
/>
</a>
- <figcaption class="has-text-centered has-text-grey-dark">
+ <figcaption class="has-text-grey-dark">
{{ $.Title | markdownify }}
</figcaption>
</figure>