aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts/shortcodes/sideimage.html
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-12-30 14:50:09 -0500
committerThedro Neely <thedroneely@gmail.com>2019-12-30 14:50:09 -0500
commit5fe205f9a03f3087e27c332186d8b2e34d8c4825 (patch)
tree6868318932b4ea2ec4806686e5ba107546bcbcb4 /generators/hugo/themes/tdro/layouts/shortcodes/sideimage.html
parent674ef20d73186213b1c0aa1d84d9c1302bd8ea2d (diff)
downloadthedroneely.com-5fe205f9a03f3087e27c332186d8b2e34d8c4825.tar.gz
thedroneely.com-5fe205f9a03f3087e27c332186d8b2e34d8c4825.tar.bz2
thedroneely.com-5fe205f9a03f3087e27c332186d8b2e34d8c4825.zip
generators/hugo/shortcodes/marginnote: Add footnote hover hints
Diffstat (limited to 'generators/hugo/themes/tdro/layouts/shortcodes/sideimage.html')
-rw-r--r--generators/hugo/themes/tdro/layouts/shortcodes/sideimage.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/generators/hugo/themes/tdro/layouts/shortcodes/sideimage.html b/generators/hugo/themes/tdro/layouts/shortcodes/sideimage.html
index 80e4015..14461d2 100644
--- a/generators/hugo/themes/tdro/layouts/shortcodes/sideimage.html
+++ b/generators/hugo/themes/tdro/layouts/shortcodes/sideimage.html
@@ -15,5 +15,5 @@ $ratio = ((($height / $width) * 100) > 100) ? $height . 'px' : $height / $width
{{ safeHTMLAttr `<?php echo 'height=' . '"' . $height . '"'; ?>` }} />
</a>
- <span class="sideimage-footer is-block has-text-centered has-text-grey-dark">{{ .Inner }}</span>
+ <span class="sideimage-footer is-block has-text-centered has-text-grey-dark"><mark>{{ .Inner }}</mark></span>
</span>