aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts/shortcodes/image.html
diff options
context:
space:
mode:
Diffstat (limited to 'generators/hugo/themes/tdro/layouts/shortcodes/image.html')
-rw-r--r--generators/hugo/themes/tdro/layouts/shortcodes/image.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/generators/hugo/themes/tdro/layouts/shortcodes/image.html b/generators/hugo/themes/tdro/layouts/shortcodes/image.html
index 31527e2..e90352d 100644
--- a/generators/hugo/themes/tdro/layouts/shortcodes/image.html
+++ b/generators/hugo/themes/tdro/layouts/shortcodes/image.html
@@ -5,5 +5,5 @@
<a href="{{ .Get `source` }}" onclick="return false;">
<img data-image-zoom src="{{ .Get `source` }}" alt="{{ .Get `title` }}" title="{{ .Get `title` }}" width="{{ $image.Width }}" height="{{ $image.Height }}"/>
</a>
- <figcaption class="has-text-centered has-text-grey-dark">{{ .Inner | markdownify }}</figcaption>
+ <figcaption class="has-text-grey-dark">{{ .Inner | markdownify }}</figcaption>
</figure>