From 6c4a7164cba818651d18109a0c002d808255872e Mon Sep 17 00:00:00 2001 From: Will Faught Date: Tue, 4 Jun 2024 01:43:04 -0700 Subject: [PATCH] Add span to email shortcode --- README.md | 2 ++ layouts/shortcodes/paige/email.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1364d05b..9624c277 100644 --- a/README.md +++ b/README.md @@ -1002,6 +1002,8 @@ Shortcode classes:
.paige-code
The container element of paige/code shortcodes.
+
.paige-email
+
The container element of paige/email shortcodes.
.paige-figure
The container element of paige/figure shortcodes.
.paige-gallery
diff --git a/layouts/shortcodes/paige/email.html b/layouts/shortcodes/paige/email.html index defa6dfd..997fc8be 100644 --- a/layouts/shortcodes/paige/email.html +++ b/layouts/shortcodes/paige/email.html @@ -9,4 +9,4 @@ {{ errorf "layouts/shortcodes/paige/email.html: no content" }} {{ end }} -{{ $content }} +{{ $content }}