aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts/shortcodes
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-01-30 23:05:07 -0500
committerThedro Neely <thedroneely@gmail.com>2021-01-30 23:05:07 -0500
commit15c27a5a53604e60487f505007acb92a6ede57fb (patch)
treee9e5e641e8f96e61c79ce8fe1abb3ce7180acea8 /generators/hugo/themes/tdro/layouts/shortcodes
parent320ce8cf1858a36c80bcbde594d906705d263186 (diff)
downloadthedroneely.com-15c27a5a53604e60487f505007acb92a6ede57fb.tar.gz
thedroneely.com-15c27a5a53604e60487f505007acb92a6ede57fb.tar.bz2
thedroneely.com-15c27a5a53604e60487f505007acb92a6ede57fb.zip
generators/hugo/layouts/shortcodes/smallcaps: Allow setting type
Diffstat (limited to 'generators/hugo/themes/tdro/layouts/shortcodes')
-rw-r--r--generators/hugo/themes/tdro/layouts/shortcodes/smallcaps.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/generators/hugo/themes/tdro/layouts/shortcodes/smallcaps.html b/generators/hugo/themes/tdro/layouts/shortcodes/smallcaps.html
index a0a2983..147fbf2 100644
--- a/generators/hugo/themes/tdro/layouts/shortcodes/smallcaps.html
+++ b/generators/hugo/themes/tdro/layouts/shortcodes/smallcaps.html
@@ -1 +1 @@
-<span style="line-height: 0;" class="is-small-caps is-size-3">{{ .Get `set` }}</span>
+<span class="smallcaps smallcaps{{ .Get `type` }}">{{ .Get `set` }}</span>