aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts/shortcodes/marginnote.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/marginnote.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/marginnote.html')
-rw-r--r--generators/hugo/themes/tdro/layouts/shortcodes/marginnote.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/generators/hugo/themes/tdro/layouts/shortcodes/marginnote.html b/generators/hugo/themes/tdro/layouts/shortcodes/marginnote.html
index c02c1a8..6644254 100644
--- a/generators/hugo/themes/tdro/layouts/shortcodes/marginnote.html
+++ b/generators/hugo/themes/tdro/layouts/shortcodes/marginnote.html
@@ -1,5 +1,5 @@
<label for="{{ .Get `mark` }}" class="marginnote-toggle marginnote-mark" title="{{ .Inner }}">{{ .Get `mark` }}</label>
<input type="checkbox" id="{{ .Get `mark` }}" class="marginnote-toggle">
<span class="sans-serif marginnote {{ .Get `set` }}note">
-{{ .Inner }}
+<mark>{{ .Inner }}</mark>
</span>