diff options
Diffstat (limited to 'themes/hugo-pt2021/layouts')
-rw-r--r-- | themes/hugo-pt2021/layouts/shortcodes/sub.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/hugo-pt2021/layouts/shortcodes/sub.html b/themes/hugo-pt2021/layouts/shortcodes/sub.html new file mode 100644 index 0000000..fff4fd5 --- /dev/null +++ b/themes/hugo-pt2021/layouts/shortcodes/sub.html @@ -0,0 +1 @@ +<sub>{{- .Get 0 | safeHTML -}}</sub> |