From 3014a7c69484ce777b0a781dbdaf6d68e4299084 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Thu, 6 Apr 2023 08:40:39 -0700 Subject: [PATCH] Add a lang shortcode that wraps text in a tag --- layouts/shortcodes/lang.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 layouts/shortcodes/lang.html diff --git a/layouts/shortcodes/lang.html b/layouts/shortcodes/lang.html new file mode 100644 index 0000000..10a0ec5 --- /dev/null +++ b/layouts/shortcodes/lang.html @@ -0,0 +1 @@ +{{ .Inner }}{{- "" -}}