From 1d825755ff44f45aaea0f03eb19188878f05eeed Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Fri, 18 Nov 2022 08:30:45 -0800 Subject: [PATCH] Add a nowrap shortcode --- layouts/shortcodes/nowrap.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 layouts/shortcodes/nowrap.html diff --git a/layouts/shortcodes/nowrap.html b/layouts/shortcodes/nowrap.html new file mode 100644 index 0000000..8f50267 --- /dev/null +++ b/layouts/shortcodes/nowrap.html @@ -0,0 +1 @@ +{{ .Inner }}