aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/shortcodes/smallcaps.html
blob: 8c18621138bbe63bd1a34886ffde25631e2e76d2 (plain)
1
2
3
4
5
6
{{- $text := default "Small Caps" (.Get "text" | default (.Get 0)) -}}

<samp title="{{ $text }}">
  {{- $text | markdownify -}}
</samp>
{{- /* This comment removes trailing newlines and white spaces. */ -}}